From 52037d9e7dc5eec98212d2d47aa840227794ef67 Mon Sep 17 00:00:00 2001 From: Veronica Valeros Date: Fri, 27 Dec 2024 21:03:42 +0100 Subject: [PATCH] Update docker_ghcr_publish.yml --- .github/workflows/docker_ghcr_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker_ghcr_publish.yml b/.github/workflows/docker_ghcr_publish.yml index c4434f8..f10e4ab 100644 --- a/.github/workflows/docker_ghcr_publish.yml +++ b/.github/workflows/docker_ghcr_publish.yml @@ -88,4 +88,4 @@ jobs: COSIGN_EXPERIMENTAL: "true" # This step uses the identity token to provision an ephemeral certificate # against the sigstore community Fulcio instance. - run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }} + run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign --yes {}@${{ steps.build-and-push.outputs.digest }}