We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f866e commit 7ed5507Copy full SHA for 7ed5507
.github/workflows/ghcr.yml
@@ -48,9 +48,9 @@ jobs:
48
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
49
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.short-sha.outputs.sha }}
50
labels: ${{ steps.meta.outputs.labels }}
51
- # - name: Generate artifact attestation
52
- # uses: actions/attest-build-provenance@v2
53
- # with:
54
- # subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
55
- # subject-digest: ${{ steps.push.outputs.digest }}
56
- # push-to-registry: true
+ - name: Generate artifact attestation
+ uses: actions/attest-build-provenance@v2
+ with:
+ subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
+ subject-digest: ${{ steps.push.outputs.digest }}
+ push-to-registry: false
0 commit comments