Remove cosign version pin

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-03-16 19:43:13 -04:00 committed by GitHub
parent 0ad1565b66
commit e1a2b959e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,8 +37,6 @@ jobs:
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@main
with:
cosign-release: 'v1.13.1'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
@ -72,7 +70,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 }}
TAGS: ${{ steps.meta.outputs.tags }}