We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d8f56a + 03fb928 commit dc88de8Copy full SHA for dc88de8
.github/workflows/docker-image.yml
@@ -46,7 +46,7 @@ jobs:
46
tags: |
47
type=ref,event=branch
48
type=ref,event=pr
49
- type=sha,prefix={{branch}}-
+ type=sha,prefix=sha-
50
type=raw,value=latest,enable={{is_default_branch}}
51
type=semver,pattern={{version}}
52
type=semver,pattern={{major}}.{{minor}}
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
76
0 commit comments