From f9506e57d334f85a9c221891b6a76313d45cdc3b Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Sun, 17 Mar 2024 20:29:28 +0200 Subject: [PATCH] Bug Fix Attempt: Cosign confirmation prompt 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