File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 16
16
type : string
17
17
default : LEAFCLOUD
18
18
outputs :
19
- openhpc-RL8-image : ${{ steps.manifest .outputs.openhpc-RL8-image }}
20
- openhpc-RL9-image : ${{ steps.manifest .outputs.openhpc-RL9-image }}
19
+ openhpc-RL8-image : " ${{ jobs.openstack .outputs.openhpc-RL8-image }}"
20
+ openhpc-RL9-image : " ${{ jobs.openstack .outputs.openhpc-RL9-image }}"
21
21
22
22
jobs :
23
23
openstack :
42
42
CI_CLOUD : ${{ github.event.inputs.ci_cloud }}
43
43
ARK_PASSWORD : ${{ secrets.ARK_PASSWORD }}
44
44
LEAFCLOUD_PULP_PASSWORD : ${{ secrets.LEAFCLOUD_PULP_PASSWORD }}
45
+ outputs :
46
+ openhpc-RL8-image : " ${{ steps.manifest.outputs.openhpc-RL8-image }}"
47
+ openhpc-RL9-image : " ${{ steps.manifest.outputs.openhpc-RL9-image }}"
45
48
46
49
steps :
47
50
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments