We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d909110 commit 4289a0bCopy full SHA for 4289a0b
.github/workflows/docker-build-push.yml
@@ -43,7 +43,7 @@ jobs:
43
type=raw,value=latest,enable={{is_default_branch}}
44
type=ref,event=branch
45
type=ref,event=pr
46
- type=semver,pattern={{version}}
+ type=semver,pattern=v{{version}}
47
type=sha,format=short
48
49
- name: Build and push Docker image
0 commit comments