Skip to content

Commit 84c3be7

Browse files
authored
disable default latest tag in docker action (#1751)
1 parent b9815b3 commit 84c3be7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
type=semver,pattern={{version}}
2727
type=semver,pattern={{major}}.{{minor}}
2828
type=sha
29+
# Explicitly disable latest tag. It will be added otherwise.
30+
flavor: |
31+
latest=false
2932
3033
build-docker-prerelease:
3134
# Only build tags with -, like v1.0.0-alpha

0 commit comments

Comments
 (0)