ci: attach provenance and SBOM attestations to the published image
This commit is contained in:
parent
60757b3c82
commit
9860ba72d0
|
|
@ -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 }}
|
||||
Loading…
Reference in New Issue