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 adf8a07 commit 365c236Copy full SHA for 365c236
.github/workflows/build-docker-images.yml
@@ -116,7 +116,7 @@ jobs:
116
NODE_ARCH_RELEASE=${{ env.NODE_ARCH_RELEASE }}
117
${{ matrix.IMAGE.BUILD_ARGS }}
118
push: ${{ (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main' }}
119
- - uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
+ - uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
120
with:
121
subject-name: "ghcr.io/pyca/${{ steps.image-name.outputs.ATTEST_IMAGE }}"
122
subject-digest: ${{ steps.docker-build.outputs.digest }}
0 commit comments