We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e259a0 commit a002d26Copy full SHA for a002d26
.github/workflows/docker-build.ghcr.yml
@@ -124,7 +124,7 @@ jobs:
124
125
- name: Generate artifact attestation
126
if: github.event_name != 'pull_request' || env.PUSH_FROM_PR == 'true'
127
- uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
+ uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0
128
with:
129
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
130
subject-digest: ${{ steps.push.outputs.digest }}
0 commit comments