Skip to content

Commit d975af1

Browse files
committed
don't bother signing for now
1 parent 4383a45 commit d975af1

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/build.yaml

-14
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,3 @@ jobs:
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' }}

0 commit comments

Comments
 (0)