From 5a6de3a4e2045da83d36172592ecdc9339d4b30a Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Sun, 17 Mar 2024 23:00:08 +0200 Subject: [PATCH] Bug Fix Attempt: Cosign confirmation prompt (#222) Signed-off-by: Itay Grudev --- .github/workflows/release-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index fb5905691..5903c9615 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -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