Enable SBOM and provenance in build workflow
All checks were successful
Build Docker Image / build (default) (push) Successful in 1m30s
Build Docker Image / build (full) (push) Successful in 10m46s
Build Docker Image / build (full-python) (push) Successful in 10m32s
Build Docker Image / build (python) (push) Successful in 1m37s

This commit is contained in:
2025-03-25 01:17:04 +01:00
parent 61a6c36355
commit ec130a4885

View File

@@ -51,6 +51,8 @@ jobs:
file: ./Dockerfile
target: ${{ matrix.flavor }}
push: true
sbom: true
provenance: mode=max
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=harbor.pollinger.dev/build-cache/latex-build-container:${{ matrix.flavor }}