Skip to content

Commit 71ce4c2

Browse files
authored
Fix Docker tag prefix to use github.ref_name
1 parent 5572943 commit 71ce4c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
tags: |
4141
type=ref,event=branch
4242
type=ref,event=pr
43-
type=sha,prefix={{branch}}-
43+
type=sha,prefix=${{ github.ref_name }}-
4444
type=semver,pattern={{version}}
4545
type=semver,pattern={{major}}.{{minor}}
4646
type=raw,value=latest,enable={{is_default_branch}}

0 commit comments

Comments
 (0)