Skip to content

Commit

Permalink
Merge pull request #12 from github/fix-subject-name
Browse files Browse the repository at this point in the history
Fix subject name in attest step
  • Loading branch information
codysoyland authored Jun 4, 2024
2 parents 046c256 + 4663d5a commit b4bd969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
- name: Attest
uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
with:
subject-name: ${{ env.REGISTRY }}/${{ github.repository }}/${{ github.ref_name }}.tgz
subject-name: ${{ env.REGISTRY }}/${{ github.repository }}/${{ steps.release-details.outputs.chart_name }}
subject-digest: ${{ steps.get-digest.outputs.digest }}
push-to-registry: true

0 comments on commit b4bd969

Please sign in to comment.