Skip to content

Commit d0b5352

Browse files
committed
Tweak Docker tags
1 parent 284894f commit d0b5352

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4545
tags: |
4646
type=ref,event=tag
47+
type=ref,event=branch
4748
type=semver,pattern={{version}}
4849
type=semver,pattern={{major}}.{{minor}}
4950
type=semver,pattern={{major}}
50-
type=sha
5151
5252
- name: Build and push
5353
uses: docker/build-push-action@v6
@@ -59,4 +59,4 @@ jobs:
5959
push: true
6060
tags: ${{ steps.meta.outputs.tags }}
6161
labels: ${{ steps.meta.outputs.labels }}
62-
provenance: false
62+
provenance: false

0 commit comments

Comments
 (0)