We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 212a7ed commit 40a9827Copy full SHA for 40a9827
.github/workflows/build-push.yml
@@ -22,6 +22,7 @@ jobs:
22
build-push:
23
runs-on: ubuntu-latest
24
permissions:
25
+ attestations: write
26
contents: write
27
packages: write
28
pull-requests: write
@@ -98,6 +99,10 @@ jobs:
98
99
with:
100
comment-summary-in-pr: on-failure
101
fail-on-severity: critical
102
+ - uses: actions/attest-build-provenance@v1
103
+ with:
104
+ subject-name: ${{ env.REGISTRY }}/${{ github.repository }}-${{ matrix.flavor }}
105
+ subject-digest: ${{ steps.build-and-push.outputs.digest }}
106
- name: Sign the images with GitHub OIDC token
107
if: github.event_name != 'merge_group'
108
# This step uses the GitHub OIDC identity token to provision an ephemeral certificate
0 commit comments