From c9095e8eabcfed1c03ccdce0fdad23673e1a0c26 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Mon, 24 Apr 2023 13:39:00 +0200 Subject: [PATCH] ci: fix bin-image job Signed-off-by: CrazyMax --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce9a5d0c..4edce420 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -158,11 +158,10 @@ jobs: ${{ steps.meta.outputs.bake-file }} targets: image-cross push: ${{ github.event_name != 'pull_request' }} + sbom: true set: | *.cache-from=type=gha,scope=bin-image *.cache-to=type=gha,scope=bin-image,mode=max - *.attest=type=sbom - *.attest=type=provenance,mode=max,builder-id=https://github.com/${{ env.GITHUB_REPOSITORY }}/actions/runs/${{ env.GITHUB_RUN_ID }} release: runs-on: ubuntu-22.04