File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-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 :
20+ description : " RL8 image"
21+ value : " ${{ jobs.openstack.outputs.openhpc-RL8-image }}"
22+ openhpc-RL9-image :
23+ description : " RL9 image"
24+ value : " ${{ jobs.openstack.outputs.openhpc-RL9-image }}"
2125
2226jobs :
2327 openstack :
4246 CI_CLOUD : ${{ github.event.inputs.ci_cloud }}
4347 ARK_PASSWORD : ${{ secrets.ARK_PASSWORD }}
4448 LEAFCLOUD_PULP_PASSWORD : ${{ secrets.LEAFCLOUD_PULP_PASSWORD }}
49+ outputs :
50+ openhpc-RL8-image : " ${{ steps.manifest.outputs.openhpc-RL8-image }}"
51+ openhpc-RL9-image : " ${{ steps.manifest.outputs.openhpc-RL9-image }}"
4552
4653 steps :
4754 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments