File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Node
1+ name : Build
22
33on :
44 workflow_call :
88 value : ${{ jobs.build.outputs.image-digests }}
99
1010jobs :
11- node :
12- name : Node
11+ build :
12+ name : Build
1313 uses : getdevopspro/github-actions/.github/workflows/build.yml@v6.0.3
1414 with :
1515 version-package : package.json
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ permissions:
1414
1515jobs :
1616 build :
17- name : Build
17+ name : Job
1818 uses : ./.github/workflows/build.yaml
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ permissions:
2020
2121jobs :
2222 build :
23- name : Build
23+ name : Job
2424 uses : ./.github/workflows/build.yaml
2525
2626 promote :
27- name : Promote
27+ name : Job
2828 needs : build
2929 uses : getdevopspro/github-actions/.github/workflows/promote.yml@v6.0.3
3030 with :
You can’t perform that action at this time.
0 commit comments