Skip to content

Commit c148568

Browse files
committed
disable latest tag
1 parent 5a9f8c3 commit c148568

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ jobs:
1818
uses: ./.github/workflows/build-docker.yml
1919
with:
2020
tags: |
21-
type=raw,value=latest
2221
type=semver,pattern={{version}}
2322
type=semver,pattern={{major}}.{{minor}}
2423
type=sha
24+
# Explicitly disable latest tag. It will be added otherwise.
25+
flavor: |
26+
latest=false
2527
2628
build-docker-prerelease:
2729
# Only build tags with -, like v1.0.0-alpha

0 commit comments

Comments
 (0)