Skip to content

Commit 125a374

Browse files
committed
build_master_dev.yml drop redundant cosign privkey save step
1 parent 9121b21 commit 125a374

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build_master_dev.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ jobs:
8686
name: 'push images to github registry'
8787
- name: Install Cosign
8888
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
9189
- name: Sign image with a key
9290
run: |
9391
cosign sign -y --key cosign.key ghcr.io/curl/curl-container/curl-dev-fedora:master

0 commit comments

Comments
 (0)