We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4383a45 commit d975af1Copy full SHA for d975af1
.github/workflows/build.yaml
@@ -44,17 +44,3 @@ jobs:
44
tags: crenshawdotdev/argocd-executor-plugin:${{ inputs.tag || 'latest' }}
45
cache-from: type=gha
46
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' }}
0 commit comments