Skip to content

Commit

Permalink
Bug Fix Attempt: Cosign confirmation prompt (cloudnative-pg#222)
Browse files Browse the repository at this point in the history
Signed-off-by: Itay Grudev <[email protected]>
  • Loading branch information
itay-grudev authored Mar 17, 2024
1 parent c35ca76 commit 5a6de3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ jobs:
name=${file%-*}
version=${file%.*}
version=${version##*-}
cosign sign ghcr.io/"${GITHUB_REPOSITORY_OWNER}"/charts/"${name}":"${version}"
cosign sign --yes ghcr.io/"${GITHUB_REPOSITORY_OWNER}"/charts/"${name}":"${version}"
done

0 comments on commit 5a6de3a

Please sign in to comment.