From f7b020df47e8f3fb8f498ff8232bc8f22da56747 Mon Sep 17 00:00:00 2001 From: Dan Urson Date: Fri, 27 Dec 2024 15:50:03 -0500 Subject: [PATCH] add -r to recursively sign images Signed-off-by: Dan Urson --- .github/workflows/atlantis-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/atlantis-image.yml b/.github/workflows/atlantis-image.yml index 049aade75b..5c89d2ae8d 100644 --- a/.github/workflows/atlantis-image.yml +++ b/.github/workflows/atlantis-image.yml @@ -171,6 +171,7 @@ jobs: run: | echo "${TAGS}" | xargs -I {} cosign sign \ --yes \ + -r \ # recursively sign each image in an architecture -a actor=${{ github.actor}} \ -a ref_name=${{ github.ref_name}} \ -a ref=${{ github.sha }} \