Skip to content

Commit

Permalink
fix(workflow): Update cosign
Browse files Browse the repository at this point in the history
  • Loading branch information
marverix committed Jun 9, 2022
1 parent 38cc39b commit d4df26f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@v2.1.0
uses: sigstore/cosign-installer@main
with:
cosign-release: 'v1.9.0'

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
Expand Down

0 comments on commit d4df26f

Please sign in to comment.