Skip to content

Commit

Permalink
Merge pull request #16 from github/fix-gha-repo-reference
Browse files Browse the repository at this point in the history
Use correct, provided repository env var in Release action
  • Loading branch information
malancas authored Jun 5, 2024
2 parents a7fc8cf + 9261ef2 commit 6bf6113
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 @@ -43,7 +43,7 @@ jobs:
- name: Get pushed chart digest
id: get-digest
run: |
digest=$(crane digest ${{ env.REGISTRY }}/${{ env.repository }}/${{ steps.release-details.outputs.chart_name }}:${{ steps.release-details.outputs.chart_version }})
digest=$(crane digest ${{ env.REGISTRY }}/${{ github.repository }}/${{ steps.release-details.outputs.chart_name }}:${{ steps.release-details.outputs.chart_version }})
echo digest=$digest >> $GITHUB_OUTPUT
- name: Attest
uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
Expand Down

0 comments on commit 6bf6113

Please sign in to comment.