mirror of
https://github.com/Wonderfall/docker-synapse.git
synced 2025-06-16 02:39:22 -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
|
- name: Sign the published Docker image
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
run: cosign sign ${TAGS}
|
run: cosign sign ${TAGS} -y
|
||||||
env:
|
env:
|
||||||
COSIGN_EXPERIMENTAL: "true"
|
COSIGN_EXPERIMENTAL: "true"
|
||||||
TAGS: ${{ steps.meta.outputs.tags }}
|
TAGS: ${{ steps.meta.outputs.tags }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue