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 7c7eae4 commit 7c2844aCopy full SHA for 7c2844a
.github/workflows/build-image.yml
@@ -49,7 +49,8 @@ jobs:
49
50
- name: Generate artifact attestation
51
uses: actions/attest-build-provenance@v2
52
+ if: ${{ github.event_name == 'push' }}
53
with:
- push-to-registry: ${{ github.event_name == 'push' }}
54
+ push-to-registry: true
55
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
56
subject-digest: ${{ steps.docker_build.outputs.digest }}
0 commit comments