File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 7272 - name : Install Cosign
7373 uses : sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
7474 - name : Write signing key to disk (only needed for `cosign sign --key`)
75- run : echo "${{ secrets.COSIGN_PRIVATE_KEY }}" > cosign.key
75+ env :
76+ COSIGN_PRIVATE_KEY : ' ${{ secrets.COSIGN_PRIVATE_KEY }}'
77+ run : echo "${COSIGN_PRIVATE_KEY}" > cosign.key
7678 - name : Sign images with sigstore key
7779 run : |
7880 cosign sign -y --key cosign.key ghcr.io/curl/curl-container/curl-multi:$REL
Original file line number Diff line number Diff line change 6767 - name : Install Cosign
6868 uses : sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
6969 - name : Write signing key to disk (only needed for `cosign sign --key`)
70- run : echo "${{ secrets.COSIGN_PRIVATE_KEY }}" > cosign.key
70+ env :
71+ COSIGN_PRIVATE_KEY : ' ${{ secrets.COSIGN_PRIVATE_KEY }}'
72+ run : echo "${COSIGN_PRIVATE_KEY}" > cosign.key
7173 - name : Sign image with a key
7274 run : |
7375 cosign sign -y --key cosign.key ghcr.io/curl/curl-container/curl-dev:master
Original file line number Diff line number Diff line change 6464 - name : Install Cosign
6565 uses : sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
6666 - name : Write signing key to disk (only needed for `cosign sign --key`)
67- run : echo "${{ secrets.COSIGN_PRIVATE_KEY }}" > cosign.key
67+ env :
68+ COSIGN_PRIVATE_KEY : ' ${{ secrets.COSIGN_PRIVATE_KEY }}'
69+ run : echo "${COSIGN_PRIVATE_KEY}" > cosign.key
6870 - name : Sign image with a key
6971 run : |
7072 cosign sign -y --key cosign.key ghcr.io/curl/curl-container/curl-dev-debian:master
Original file line number Diff line number Diff line change 6666 - name : Install Cosign
6767 uses : sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
6868 - name : Write signing key to disk (only needed for `cosign sign --key`)
69- run : echo "${{ secrets.COSIGN_PRIVATE_KEY }}" > cosign.key
69+ env :
70+ COSIGN_PRIVATE_KEY : ' ${{ secrets.COSIGN_PRIVATE_KEY }}'
71+ run : echo "${COSIGN_PRIVATE_KEY}" > cosign.key
7072 - name : Sign image with a key
7173 run : |
7274 cosign sign -y --key cosign.key ghcr.io/curl/curl-container/curl-multi:master
You can’t perform that action at this time.
0 commit comments