From 040562ce84034bfc186b3cec667a4d1540503e64 Mon Sep 17 00:00:00 2001 From: Christian Krakau-Louis Date: Sun, 31 May 2026 01:32:04 +0200 Subject: [PATCH] fix(ci): skip branch sha tag on release tags --- .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 06722281..7293496e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -201,7 +201,7 @@ jobs: ghcr.io/${{ github.repository_owner }}/docuelevate tags: | type=ref,event=branch - type=sha,prefix={{branch}}- + type=sha,prefix={{branch}}-,enable=${{ !startsWith(github.ref, 'refs/tags/') }} type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} type=raw,value=latest,enable={{is_default_branch}}