We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8553416 commit cc5fd17Copy full SHA for cc5fd17
.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@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
+ - uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
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