allow creating prerelease tags without updating latest

This commit is contained in:
Arnaud_Cayrol 2026-02-14 12:16:03 +01:00
parent c746537f91
commit 7121d4fa2f

View file

@ -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: