We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3314dd3 commit e94ee8bCopy full SHA for e94ee8b
.github/workflows/docker-image.yml
@@ -75,9 +75,9 @@ jobs:
75
done <<< "${{ steps.meta.outputs.tags }}"
76
77
78
- - name: Generate artifact attestation
79
- uses: actions/attest-build-provenance@v1
80
- with:
81
- subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
82
- subject-digest: ${{ steps.push.outputs.digest }}
83
- push-to-registry: true
+ # - name: Generate artifact attestation
+ # uses: actions/attest-build-provenance@v1
+ # with:
+ # subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
+ # subject-digest: ${{ steps.push.outputs.digest }}
+ # push-to-registry: true
0 commit comments