From da944867bb388e6a08706a4a51560f4ce3a359b4 Mon Sep 17 00:00:00 2001 From: Saravanan G Date: Tue, 29 Aug 2023 15:10:15 +0530 Subject: [PATCH] Update linktoqr_ci_gh_registry.yml --- .github/workflows/linktoqr_ci_gh_registry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linktoqr_ci_gh_registry.yml b/.github/workflows/linktoqr_ci_gh_registry.yml index 8f02130..55d224a 100644 --- a/.github/workflows/linktoqr_ci_gh_registry.yml +++ b/.github/workflows/linktoqr_ci_gh_registry.yml @@ -93,4 +93,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 {}@${{ steps.build-and-push.outputs.digest }} --force