File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 uses : docker/build-push-action@v3
4141 with :
4242 context : .
43- push : ${{ github.event_name == 'push' }}
43+ push : ${{ github.event_name == 'push' || github.event_name == 'workflow_call' }}
4444 tags : crenshawdotdev/argocd-executor-plugin:${{ inputs.tag || 'latest' }}
4545 cache-from : type=gha
4646 cache-to : type=gha,mode=max
Original file line number Diff line number Diff line change 4040 - name : Update install manifest
4141 run : |
4242 # Download the binary
43- curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.4.3/argo-darwin -amd64.gz
44- gunzip argo-darwin -amd64.gz
45- chmod +x argo-darwin -amd64
43+ curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.4.3/argo-linux -amd64.gz
44+ gunzip argo-linux -amd64.gz
45+ chmod +x argo-linux -amd64
4646 ./argo-darwin-amd64 executor-plugin build ./manifests
4747 - name : Push release tag
4848 run : |
You can’t perform that action at this time.
0 commit comments