Skip to content

Commit

Permalink
chore(ci): Fix cosign confirmation prompts (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
tumido authored Mar 13, 2023
1 parent 6126db3 commit bfec87b
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 @@ -55,7 +55,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

0 comments on commit bfec87b

Please sign in to comment.