Skip to content

Commit cfbc0e6

Browse files
committed
Remove confusing SHA tags, keep clean version tags
Now creates only meaningful tags: - latest (on main branch) - main (on main branch) - v1.0.0, v1.0, v1 (on version tags) - pr-X (on pull requests)
1 parent 72a61b9 commit cfbc0e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
type=semver,pattern={{version}}
5555
type=semver,pattern={{major}}.{{minor}}
5656
type=semver,pattern={{major}}
57-
type=sha,prefix=sha-
5857
type=raw,value=latest,enable={{is_default_branch}}
5958
6059
- name: Set build args

0 commit comments

Comments
 (0)