Skip to content

Commit

Permalink
ci: recursively sign digest i.s.o. tags (#231)
Browse files Browse the repository at this point in the history
ci: recursively sign from digest i.s.o. tags
  • Loading branch information
rjaegers committed Dec 5, 2023
1 parent 41f711d commit 427cbc0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,4 @@ jobs:
# against the sigstore community Fulcio instance.
env:
DIGEST: ${{ steps.build-and-push.outputs.digest }}
TAGS: ${{ steps.meta.outputs.tags }}
run: echo "${TAGS}" | xargs -I {} cosign sign --yes "{}@${DIGEST}"
run: cosign sign --yes --recursive "${{ env.REGISTRY }}/${{ github.repository }}@${DIGEST}"

0 comments on commit 427cbc0

Please sign in to comment.