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 bbf7824 commit 1df480fCopy full SHA for 1df480f
.github/workflows/build-docker-images.yml
@@ -111,7 +111,7 @@ jobs:
111
NODE_ARCH_RELEASE=${{ env.NODE_ARCH_RELEASE }}
112
${{ matrix.IMAGE.BUILD_ARGS }}
113
push: ${{ (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main' }}
114
- - uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
+ - uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
115
with:
116
subject-name: "ghcr.io/pyca/${{ steps.image-name.outputs.ATTEST_IMAGE }}"
117
subject-digest: ${{ steps.docker-build.outputs.digest }}
0 commit comments