We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df9634 commit d2621d1Copy full SHA for d2621d1
.github/workflows/ci.yml
@@ -164,12 +164,15 @@ jobs:
164
push-to-registry: false
165
166
- name: Install cosign
167
+ if: github.event_name != 'pull_request'
168
uses: sigstore/cosign-installer@v3
169
170
- name: Check cosign installation
171
172
run: cosign version
173
174
- name: Sign the images with GitHub OIDC Token
175
176
env:
177
DIGEST: ${{ steps.build-and-push.outputs.digest }}
178
TAGS: ${{ steps.meta.outputs.tags }}
0 commit comments