Skip to content

Commit

Permalink
Woops, attestation subject === image name for #656
Browse files Browse the repository at this point in the history
I re-read the dogs. Attestations will be uploaded to Sigstore but I will
not busy up the registry with them every moment as it will make it even
more confusing for novice users and advanced developers what data they
are looking for by content-addressable git commit hash ID.
  • Loading branch information
aj-stein-gsa committed Sep 11, 2024
1 parent 26dba51 commit 09fc1e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/content-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,5 @@ jobs:
- name: Container image push attestations
uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}-attestation
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
subject-digest: ${{ steps.image_registry_push.outputs.digest }}
push-to-registry: true

0 comments on commit 09fc1e9

Please sign in to comment.