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 9121b21 commit 125a374Copy full SHA for 125a374
.github/workflows/build_master_dev.yml
@@ -86,8 +86,6 @@ jobs:
86
name: 'push images to github registry'
87
- name: Install Cosign
88
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
89
- - name: Write signing key to disk (only needed for `cosign sign --key`)
90
- run: echo "${{ secrets.COSIGN_PRIVATE_KEY }}" > cosign.key
91
- name: Sign image with a key
92
run: |
93
cosign sign -y --key cosign.key ghcr.io/curl/curl-container/curl-dev-fedora:master
0 commit comments