build: replace image desc with hardcoded values
All checks were successful
Build and Publish Docker Images / build-and-push (push) Successful in 1m42s

This commit is contained in:
2025-09-17 10:17:38 +02:00
parent bce35ee672
commit 0ed5edfa0b

View File

@@ -33,7 +33,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ secrets.REGISTRY_USERNAME }}/${{ env.NAMESPACE }}
images: ${{ env.REGISTRY }}/lafrite/notytex
tags: |
type=ref,event=branch,enable={{is_not_default_branch}}
# type=ref,event=pr
@@ -41,7 +41,7 @@ jobs:
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 }}
org.opencontainers.image.source=https://${{ env.REGISTRY }}/lafrite/notytex
- name: Build and push Docker image
id: build