From fc8604db92c654f2a2819a0c8fd4ffe374d826dc Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Thu, 9 Mar 2023 13:01:39 +0100 Subject: [PATCH] chore(build): Skip confirmation for signing Signed-off-by: rjshrjndrn --- scripts/helmcharts/build_deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/helmcharts/build_deploy.sh b/scripts/helmcharts/build_deploy.sh index c922878d4..f37f26c94 100644 --- a/scripts/helmcharts/build_deploy.sh +++ b/scripts/helmcharts/build_deploy.sh @@ -10,6 +10,7 @@ docker rmi alpine || true # Signing image # cosign sign --key awskms:///alias/openreplay-container-sign image_url:tag +export COSIGN_YES=true # Skip confirmation export SIGN_IMAGE=1 export PUSH_IMAGE=1 export AWS_DEFAULT_REGION="eu-central-1"