fix cosign

This commit is contained in:
Wonderfall 2023-04-25 17:05:24 +02:00 committed by GitHub
parent 3024cdd1dd
commit 919ecd48da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ jobs:
- name: Sign the published Docker image
if: ${{ github.event_name != 'pull_request' }}
run: cosign sign ${TAGS}
run: cosign sign ${TAGS} -y
env:
COSIGN_EXPERIMENTAL: "true"
TAGS: ${{ steps.meta.outputs.tags }}