File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 4444 tags : crenshawdotdev/argocd-executor-plugin:${{ inputs.tag || 'latest' }}
4545 cache-from : type=gha
4646 cache-to : type=gha,mode=max
47- - name : Install cosign
48- uses : sigstore/cosign-installer@main
49- with :
50- cosign-release : ' v1.13.0'
51- if : ${{ github.event_name != 'pull_request' }}
52- - name : Sign ${{ inputs.tag }} image
53- run : |
54- cosign sign --key env://COSIGN_PRIVATE_KEY crenshawdotdev/argocd-executor-plugin:${{ inputs.tag }}
55- # Displays the public key to share.
56- cosign public-key --key env://COSIGN_PRIVATE_KEY
57- env :
58- COSIGN_PRIVATE_KEY : ${{secrets.COSIGN_PRIVATE_KEY}}
59- COSIGN_PASSWORD : ${{secrets.COSIGN_PASSWORD}}
60- if : ${{ github.event_name == 'push' || github.event_name == 'workflow_call' }}
You can’t perform that action at this time.
0 commit comments