build: remove comments
Some checks failed
Build and Publish Docker Images / build-and-push (backend) (push) Failing after 17s
Build and Publish Docker Images / build-and-push (frontend) (push) Failing after 17s

This commit is contained in:
2025-09-04 06:11:15 +02:00
parent 1e6cb5c212
commit b4fadb5564

View File

@@ -39,10 +39,8 @@ jobs:
images: ${{ env.REGISTRY }}/${{ secrets.REGISTRY_USERNAME }}/${{ env.NAMESPACE }}/${{ matrix.service }}
tags: |
type=ref,event=branch,enable={{!is_default_branch}}
# type=ref,event=pr
type=ref,event=tag
type=raw,value=latest,enable={{is_default_branch}}
# type=sha,prefix={{branch}}-,suffix=-{{date 'YYYYMMDD-HHmmss'}},enable={{is_default_branch}}
labels: |
org.opencontainers.image.source=https://${{ env.REGISTRY }}/${{ secrets.REGISTRY_USERNAME }}/${{ env.NAMESPACE }}