We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7356211 commit cc08365Copy full SHA for cc08365
.github/workflows/ghcr.yml
@@ -64,10 +64,11 @@ jobs:
64
type=semver,pattern={{version}}
65
type=semver,pattern={{major}}.{{minor}}
66
type=semver,pattern={{major}}
67
- # Tag with short SHA
68
- type=sha,format=short
+ # # Tag with short SHA
+ # type=sha,format=short
69
# Tag latest only on main branch
70
type=raw,value=latest,enable={{is_default_branch}}
71
+ # Tag with full git tag
72
type=raw,value={{tag}},enable=${{ startsWith(github.ref, 'refs/tags/v') }}
73
type=raw,value={{steps.short-sha.outputs.sha}},enable={{is_default_branch}}
74
labels: |
0 commit comments