We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f711d commit 427cbc0Copy full SHA for 427cbc0
1 file changed
.github/workflows/build-push.yml
@@ -84,5 +84,4 @@ jobs:
84
# against the sigstore community Fulcio instance.
85
env:
86
DIGEST: ${{ steps.build-and-push.outputs.digest }}
87
- TAGS: ${{ steps.meta.outputs.tags }}
88
- run: echo "${TAGS}" | xargs -I {} cosign sign --yes "{}@${DIGEST}"
+ run: cosign sign --yes --recursive "${{ env.REGISTRY }}/${{ github.repository }}@${DIGEST}"
0 commit comments