diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index b5bd8637acd..cad5c94ca13 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -110,6 +110,8 @@ jobs: build-args: | GPU_DRIVER=${{ matrix.gpu-driver }} push: ${{ github.ref == 'refs/heads/main' || github.ref_type == 'tag' || github.event.inputs.push-to-registry }} + provenance: mode=max + sbom: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} # cache-from: |