Skip to content

Commit

Permalink
add -r to recursively sign images
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Urson <dan.urson@cresta.ai>
  • Loading branch information
notdurson committed Dec 27, 2024
1 parent 827a51c commit f7b020d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/atlantis-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} \
Expand Down

0 comments on commit f7b020d

Please sign in to comment.