try making cosign work

This commit is contained in:
cathugger 2023-08-06 17:51:33 +00:00
parent c263e95a22
commit a70723db66
No known key found for this signature in database
GPG key ID: 9BADDA2DAF6F01A8

View file

@ -82,4 +82,4 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
# This step uses the identity token to provision an ephemeral certificate
# against the sigstore community Fulcio instance.
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}
run: echo "${{ steps.docker_meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}