ci: fix bin-image job

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
pull/1756/head
CrazyMax 2 years ago
parent afcaa8df5f
commit c9095e8eab
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

@ -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

Loading…
Cancel
Save