We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9f8c3 commit c148568Copy full SHA for c148568
1 file changed
.github/workflows/release.yml
@@ -18,10 +18,12 @@ jobs:
18
uses: ./.github/workflows/build-docker.yml
19
with:
20
tags: |
21
- type=raw,value=latest
22
type=semver,pattern={{version}}
23
type=semver,pattern={{major}}.{{minor}}
24
type=sha
+ # Explicitly disable latest tag. It will be added otherwise.
25
+ flavor: |
26
+ latest=false
27
28
build-docker-prerelease:
29
# Only build tags with -, like v1.0.0-alpha
0 commit comments