Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
iandday committed Apr 21, 2024
1 parent 1813e44 commit 11ae8c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ jobs:
if: github.event_name != 'pull_request'
uses: sigstore/[email protected]
with:
cosign-release: "v3.5.0"

cosign-release: "v2.2.4"
- name: Check install!
if: github.event_name != 'pull_request'
run: cosign version
# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 11ae8c9

Please sign in to comment.