mirror of
https://github.com/imartinez/privateGPT.git
synced 2026-08-08 23:35:29 +00:00
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:
2
.github/workflows/generate-release.yml
vendored
2
.github/workflows/generate-release.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user