ci: remove branch and PR tags from docker metadata
All checks were successful
CVE Scan & Docker Build / security-scan (push) Successful in 29s
CVE Scan & Docker Build / build-and-push (push) Successful in 1m10s

Remove branch and PR ref-based tags from the docker metadata
action, keeping only SHA-based and latest tags for cleaner
image tagging.
This commit is contained in:
2026-06-25 08:17:32 -04:00
parent dd1b5b7318
commit 6271c99173

View File

@@ -69,8 +69,6 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=pr
type=sha,prefix=
type=raw,value=latest,enable=${{ gitea.ref == 'refs/heads/main' }}