Skip to content

Commit 0e17e16

Browse files
committed
ci: fix typo in cosign commands
1 parent bbf0e02 commit 0e17e16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ jobs:
120120
if: ${{ github.event_name != 'pull_request' && github.repository == 'weaveworks/weave-gitops' }}
121121
run: |
122122
echo ${{ steps.build.outputs.digest }}
123-
cosign sign --yes --rekor-url "https://rekor.sigstore.dev/" ${{ steps.digest.outputs.digest }}
123+
cosign sign --yes ${{ steps.build.outputs.digest }}
124124
- name: Verify the image signing
125125
if: ${{ github.event_name != 'pull_request' && github.repository == 'weaveworks/weave-gitops' }}
126126
run: |
127-
cosign verify --rekor-url "https://rekor.sigstore.dev/" ${{ steps.digest.outputs.digest }}
127+
cosign verify ${{ steps.build.outputs.digest }}
128128
--certificate-identity "https://github.com/${{ github.workflow_ref }}"
129129
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" | jq .
130130

0 commit comments

Comments
 (0)