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 d356193 commit 91f4305Copy full SHA for 91f4305
.github/workflows/docker.yaml
@@ -70,9 +70,9 @@ jobs:
70
cache-from: type=gha
71
cache-to: type=gha,mode=max
72
73
- # - name: Generate artifact attestation
74
- # if: ${{ github.event_name != 'pull_request' }}
75
- # uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
76
- # with:
77
- # subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
78
- # subject-digest: ${{ steps.push.outputs.digest }}
+ - name: Generate artifact attestation
+ if: ${{ github.event_name != 'pull_request' }}
+ uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
+ with:
+ subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
+ subject-digest: ${{ steps.push.outputs.digest }}
0 commit comments