mirror of
https://github.com/Wonderfall/docker-synapse.git
synced 2025-05-12 11:22:14 -04:00
fix cosign
This commit is contained in:
parent
3024cdd1dd
commit
919ecd48da
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue