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 b9815b3 commit 84c3be7Copy full SHA for 84c3be7
1 file changed
.github/workflows/release.yml
@@ -26,6 +26,9 @@ jobs:
26
type=semver,pattern={{version}}
27
type=semver,pattern={{major}}.{{minor}}
28
type=sha
29
+ # Explicitly disable latest tag. It will be added otherwise.
30
+ flavor: |
31
+ latest=false
32
33
build-docker-prerelease:
34
# Only build tags with -, like v1.0.0-alpha
0 commit comments