ci: attach provenance and SBOM attestations to the published images (#2159)

* ci: attach provenance and SBOM attestations to the published images

* ci: restore trailing newline at end of file
This commit is contained in:
Kobi Hikri
2026-08-12 01:04:39 +03:00
committed by GitHub
parent 87468965dc
commit 71bc6f9b9f

View File

@@ -196,5 +196,7 @@ jobs:
file: ${{ matrix.dockerfile }}
platforms: ${{ matrix.platforms || 'linux/amd64,linux/arm64,linux/arm/v7' }}
push: ${{ github.ref_type == 'tag' && secrets[matrix.password_secret] != '' }}
provenance: mode=max
sbom: true
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}