allow creating prerelease tags without updating latest
This commit is contained in:
parent
c746537f91
commit
7121d4fa2f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -102,7 +102,7 @@ jobs:
|
|||
tags: |
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=raw,value=latest
|
||||
type=raw,value=latest,enable=${{ !contains(github.ref, '-') }}
|
||||
|
||||
- uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue