We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 239c301 commit cabe52aCopy full SHA for cabe52a
1 file changed
.github/workflows/create-release.yml
@@ -287,7 +287,7 @@ jobs:
287
build-args: |
288
DEVPROXY_VERSION=${{ steps.meta.outputs.version }}
289
- name: Generate artifact attestation
290
- uses: actions/attest-build-provenance@v3
+ uses: actions/attest-build-provenance@v4
291
with:
292
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
293
subject-digest: ${{ steps.push.outputs.digest || steps.push_beta.outputs.digest }}
0 commit comments