Skip to content

Commit

Permalink
ci: fix chart push
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis committed Sep 20, 2023
1 parent 0ee38c5 commit 1afccb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ jobs:
repository=$(echo "${{ github.repository_owner }}" | tr [:upper:] [:lower:])
helm push ${{ github.workspace }}/chart/saml-exporter-*.tgz oci://ghcr.io/$repository/charts |& tee .digest
cosign login --username ${GITHUB_ACTOR} --password ${{ secrets.GITHUB_TOKEN }} ghcr.io
cosign sign --yes ghcr.io/${{ github.repository_owner }}/charts/saml-exporter@$(cat .digest | awk -F "[, ]+" '/Digest/{print $NF}')
cosign sign --yes ghcr.io/$repository/charts/saml-exporter@$(cat .digest | awk -F "[, ]+" '/Digest/{print $NF}')

0 comments on commit 1afccb0

Please sign in to comment.