Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mishankov committed Nov 29, 2023
1 parent 8c0df1d commit f2095ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ jobs:

# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@7e0881f8fe90b25e305bbf0309761e9314607e25
with:
cosign-release: "v1.9.0"
# - name: Install cosign
# if: github.event_name != 'pull_request'
# uses: sigstore/cosign-installer@7e0881f8fe90b25e305bbf0309761e9314607e25
# 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 f2095ad

Please sign in to comment.