Skip to content

Commit 333ac6e

Browse files
committed
fixed fatimage outputs
1 parent f1f486b commit 333ac6e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/fatimage.yml

+9-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@ on:
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

2226
jobs:
2327
openstack:
@@ -42,6 +46,9 @@ jobs:
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

0 commit comments

Comments
 (0)