File tree Expand file tree Collapse file tree 4 files changed +0
-16
lines changed Expand file tree Collapse file tree 4 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 8282 cosign sign -y --key cosign.key ghcr.io/curl/curl-container/curl-base-multi:$REL
8383 env :
8484 COSIGN_PASSWORD : ${{secrets.COSIGN_PASSWORD}}
85- - name : Write public key to disk
86- env :
87- COSIGN_PUBLIC_KEY : ' ${{ secrets.COSIGN_PUBLIC_KEY }}'
88- run : echo "${COSIGN_PUBLIC_KEY}" > cosign.pub
8985 - name : Verify image with public key
9086 run : |
9187 cosign verify --key cosign.pub ghcr.io/curl/curl-container/curl-multi:$REL
Original file line number Diff line number Diff line change 7878 cosign sign -y --key cosign.key ghcr.io/curl/curl-container/curl:master
7979 env :
8080 COSIGN_PASSWORD : ${{secrets.COSIGN_PASSWORD}}
81- - name : Write public key to disk
82- env :
83- COSIGN_PUBLIC_KEY : ' ${{ secrets.COSIGN_PUBLIC_KEY }}'
84- run : echo "${COSIGN_PUBLIC_KEY}" > cosign.pub
8581 - name : Verify image with public key
8682 run : |
8783 cosign verify --key cosign.pub ghcr.io/curl/curl-container/curl-dev:master
Original file line number Diff line number Diff line change 7373 cosign sign -y --key cosign.key ghcr.io/curl/curl-container/curl-dev-debian:master
7474 env :
7575 COSIGN_PASSWORD : ${{secrets.COSIGN_PASSWORD}}
76- - name : Write public key to disk
77- env :
78- COSIGN_PUBLIC_KEY : ' ${{ secrets.COSIGN_PUBLIC_KEY }}'
79- run : echo "${COSIGN_PUBLIC_KEY}" > cosign.pub
8076 - name : Verify image with public key
8177 run : |
8278 cosign verify --key cosign.pub ghcr.io/curl/curl-container/curl-dev-debian:master
Original file line number Diff line number Diff line change 7676 cosign sign -y --key cosign.key ghcr.io/curl/curl-container/curl-base-multi:master
7777 env :
7878 COSIGN_PASSWORD : ${{secrets.COSIGN_PASSWORD}}
79- - name : Write public key to disk
80- env :
81- COSIGN_PUBLIC_KEY : ' ${{ secrets.COSIGN_PUBLIC_KEY }}'
82- run : echo "${COSIGN_PUBLIC_KEY}" > cosign.pub
8379 - name : Verify image with public key
8480 run : |
8581 cosign verify --key cosign.pub ghcr.io/curl/curl-container/curl-multi:master
You can’t perform that action at this time.
0 commit comments