Skip to content

Commit 427cbc0

Browse files
authored
ci: recursively sign digest i.s.o. tags (#231)
ci: recursively sign from digest i.s.o. tags
1 parent 41f711d commit 427cbc0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-push.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,4 @@ jobs:
8484
# against the sigstore community Fulcio instance.
8585
env:
8686
DIGEST: ${{ steps.build-and-push.outputs.digest }}
87-
TAGS: ${{ steps.meta.outputs.tags }}
88-
run: echo "${TAGS}" | xargs -I {} cosign sign --yes "{}@${DIGEST}"
87+
run: cosign sign --yes --recursive "${{ env.REGISTRY }}/${{ github.repository }}@${DIGEST}"

0 commit comments

Comments
 (0)