We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5572943 commit 71ce4c2Copy full SHA for 71ce4c2
1 file changed
.github/workflows/docker-publish.yml
@@ -40,7 +40,7 @@ jobs:
40
tags: |
41
type=ref,event=branch
42
type=ref,event=pr
43
- type=sha,prefix={{branch}}-
+ type=sha,prefix=${{ github.ref_name }}-
44
type=semver,pattern={{version}}
45
type=semver,pattern={{major}}.{{minor}}
46
type=raw,value=latest,enable={{is_default_branch}}
0 commit comments