mirror of
https://github.com/tommytran732/Synapse-Docker
synced 2024-11-22 08:21:34 -05:00
Remove cosign version pin
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
0ad1565b66
commit
e1a2b959e0
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -37,8 +37,6 @@ jobs:
|
|||||||
- name: Install cosign
|
- name: Install cosign
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
uses: sigstore/cosign-installer@main
|
uses: sigstore/cosign-installer@main
|
||||||
with:
|
|
||||||
cosign-release: 'v1.13.1'
|
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
@ -72,7 +70,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…
Reference in New Issue
Block a user