Skip to content

Commit fb2152b

Browse files
authored
Merge pull request #325 from danimo/feat/tag_branch
chore: images built from branches start with dev-
2 parents 3eb0a68 + 872076d commit fb2152b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
with:
3535
images: ghcr.io/${{ github.repository }}
3636
tags: |
37+
type=ref,event=branch,prefix=dev-
3738
type=semver,pattern={{version}}
3839
type=semver,pattern={{major}}.{{minor}}
3940
type=semver,pattern={{major}}
40-
type=sha
4141
4242
- name: Set up QEMU
4343
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)