File tree 1 file changed +9
-2
lines changed
1 file changed +9
-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 :
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 }}"
21
25
22
26
jobs :
23
27
openstack :
42
46
CI_CLOUD : ${{ github.event.inputs.ci_cloud }}
43
47
ARK_PASSWORD : ${{ secrets.ARK_PASSWORD }}
44
48
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 }}"
45
52
46
53
steps :
47
54
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments