From 7121d4fa2f60a26bb6a66718ad702a17ef7983dd Mon Sep 17 00:00:00 2001 From: Arnaud_Cayrol Date: Sat, 14 Feb 2026 12:16:03 +0100 Subject: [PATCH] allow creating prerelease tags without updating latest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5820eab..781a012 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: