Skip to content

Commit

Permalink
chore(fix) fix cosign confirmation prompts (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJBurns authored Mar 14, 2023
1 parent f37c89e commit 492335c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
file_name=${chart##*/}
chart_name=${file_name%-*}
digest=$(awk -F "[, ]+" '/Digest/{print $NF}' < helm-push-output.log)
cosign sign "ghcr.io/${GITHUB_REPOSITORY}/${chart_name}@${digest}"
cosign sign -y "ghcr.io/${GITHUB_REPOSITORY}/${chart_name}@${digest}"
done
env:
COSIGN_EXPERIMENTAL: 1
COSIGN_EXPERIMENTAL: 1

0 comments on commit 492335c

Please sign in to comment.