Skip to content

Commit 79023b1

Browse files
authored
Update image.yaml
1 parent 1001b76 commit 79023b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
# This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see "[AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds)."
5858
- name: Generate artifact attestation
59-
uses: meta-introspector/attest-build-provenance@v1
59+
uses: meta-introspector/attest-build-provenance@local
6060
with:
6161
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
6262
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)