File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,14 @@ permissions:
12
12
contents : read
13
13
14
14
jobs :
15
+ build :
16
+ uses : crenshaw-dev/argocd-executor-plugin/.github/workflows/build.yaml@main
17
+ with :
18
+ tag : ${{ github.event.inputs.tag }}
19
+ secrets :
20
+ DOCKERHUB_PASSWORD : ${{ github.event.secrets.DOCKERHUB_PASSWORD }}
15
21
prepare-release :
22
+ needs : build
16
23
permissions :
17
24
contents : write # To push changes to release branch
18
25
name : Release
23
30
24
31
RELEASE_TAG : ${{ github.event.inputs.tag }}
25
32
steps :
26
- - uses : crenshaw-dev/argocd-executor-plugin/.github/workflows/build.yaml@main
27
- with :
28
- tag : ${{ github.event.inputs.tag }}
29
- secrets :
30
- DOCKERHUB_PASSWORD : ${{ github.event.secrets.DOCKERHUB_PASSWORD }}
31
- if : github.repository == 'crenshaw-dev/argocd-executor-plugin'
32
33
- name : Checkout code
33
34
uses : actions/checkout@v3
34
35
with :
You can’t perform that action at this time.
0 commit comments