ci: attach provenance and SBOM attestations to the published image

This commit is contained in:
Kobi Hikri 2026-07-29 02:10:40 +03:00
parent 60757b3c82
commit 9860ba72d0
1 changed files with 3 additions and 1 deletions

View File

@ -55,6 +55,8 @@ jobs:
context: .
file: ./Dockerfile
push: ${{ env.SHOULD_PUBLISH == 'true' }}
provenance: mode=max
sbom: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}