Skip to content

Commit

Permalink
Merge pull request #74 from wneessen/fix_workflows
Browse files Browse the repository at this point in the history
Remove cosign version specification in Docker workflow
  • Loading branch information
wneessen authored Mar 20, 2024
2 parents 3318b83 + c4accb8 commit 007ac2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 #v3.4.0
with:
cosign-release: 'v2.1.1'

# Set up BuildKit Docker container builder to be able to build
# multi-platform images and export cache
Expand Down

0 comments on commit 007ac2a

Please sign in to comment.