Skip to content

Commit

Permalink
fix: docker release cosign error
Browse files Browse the repository at this point in the history
  • Loading branch information
mattinannt committed May 9, 2024
1 parent ed946da commit 6479313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-docker-github-data-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:

- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
with:
cosign-release: "v2.1.1"
uses: sigstore/cosign-installer@v3.5.0

- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release-docker-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ jobs:
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
with:
cosign-release: "v2.1.1"
uses: sigstore/cosign-installer@v3.5.0

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand Down

0 comments on commit 6479313

Please sign in to comment.