Skip to content

Commit 4620e15

Browse files
committed
build_master_dev.yml drop redundant cosign pubkey save step
1 parent c8ae48d commit 4620e15

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
@@ -93,8 +93,6 @@ jobs:
9393
cosign sign -y --key cosign.key ghcr.io/curl/curl-container/curl-dev-fedora:master
9494
env:
9595
COSIGN_PASSWORD: ${{secrets.COSIGN_PASSWORD}}
96-
- name: Write public key to disk
97-
run: echo "${{ secrets.COSIGN_PUBLIC_KEY }}" > cosign.pub
9896
- name: Verify image with public key
9997
run: |
10098
cosign verify --key cosign.pub ghcr.io/curl/curl-container/curl-dev-fedora:master

0 commit comments

Comments
 (0)