fix(ci): skip branch sha tag on release tags

This commit is contained in:
Christian Krakau-Louis
2026-05-31 01:32:04 +02:00
parent e6a30d6f1e
commit 040562ce84
+1 -1
View File
@@ -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}}