ci: attach provenance and SBOM attestations to the released image (#2316)

* ci: attach provenance and SBOM attestations to the released image

* ci: restore trailing newline at end of file
This commit is contained in:
Kobi Hikri
2026-07-29 16:09:26 +03:00
committed by GitHub
parent 5219fc6575
commit 8440a4bda8

View File

@@ -207,6 +207,8 @@ jobs:
build-args: EXTRAS=${{ env.RELEASE_PACKAGE_EXTRA }}
platforms: ${{ env.platforms }}
push: true
provenance: mode=max
sbom: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}