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.
2 parents 2974403 + b2c425a commit fbd38a4Copy full SHA for fbd38a4
.github/workflows/ci.yml
@@ -625,7 +625,7 @@ jobs:
625
# since we deal with tags (mutable), and the way to get a digest is to use the tag, I prefer
626
# sourcing the digest from the local registry we just spun up (trusted)
627
- name: Generate artifact attestation
628
- uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
+ uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
629
id: attestation
630
with:
631
subject-name: ${{ needs.docker-build.outputs.full_image_name_remote_registry }}
0 commit comments