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 40
40
uses : docker/build-push-action@v3
41
41
with :
42
42
context : .
43
- push : ${{ github.event_name == 'push' }}
43
+ push : ${{ github.event_name == 'push' || github.event_name == 'workflow_call' }}
44
44
tags : crenshawdotdev/argocd-executor-plugin:${{ inputs.tag || 'latest' }}
45
45
cache-from : type=gha
46
46
cache-to : type=gha,mode=max
Original file line number Diff line number Diff line change 40
40
- name : Update install manifest
41
41
run : |
42
42
# 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
46
46
./argo-darwin-amd64 executor-plugin build ./manifests
47
47
- name : Push release tag
48
48
run : |
You can’t perform that action at this time.
0 commit comments