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 1616 type : string
1717 default : LEAFCLOUD
1818 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 }}"
2121
2222jobs :
2323 openstack :
4242 CI_CLOUD : ${{ github.event.inputs.ci_cloud }}
4343 ARK_PASSWORD : ${{ secrets.ARK_PASSWORD }}
4444 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 }}"
4548
4649 steps :
4750 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments