Skip to content

Commit cc08365

Browse files
committed
1
1 parent 7356211 commit cc08365

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ghcr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,11 @@ jobs:
6464
type=semver,pattern={{version}}
6565
type=semver,pattern={{major}}.{{minor}}
6666
type=semver,pattern={{major}}
67-
# Tag with short SHA
68-
type=sha,format=short
67+
# # Tag with short SHA
68+
# type=sha,format=short
6969
# Tag latest only on main branch
7070
type=raw,value=latest,enable={{is_default_branch}}
71+
# Tag with full git tag
7172
type=raw,value={{tag}},enable=${{ startsWith(github.ref, 'refs/tags/v') }}
7273
type=raw,value={{steps.short-sha.outputs.sha}},enable={{is_default_branch}}
7374
labels: |

0 commit comments

Comments
 (0)