Skip to content

Commit

Permalink
fixed fatimage outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Dec 20, 2024
1 parent f1f486b commit 333ac6e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/fatimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@ on:
type: string
default: LEAFCLOUD
outputs:
openhpc-RL8-image: ${{ steps.manifest.outputs.openhpc-RL8-image }}
openhpc-RL9-image: ${{ steps.manifest.outputs.openhpc-RL9-image }}
openhpc-RL8-image:
description: "RL8 image"
value: "${{ jobs.openstack.outputs.openhpc-RL8-image }}"
openhpc-RL9-image:
description: "RL9 image"
value: "${{ jobs.openstack.outputs.openhpc-RL9-image }}"

jobs:
openstack:
Expand All @@ -42,6 +46,9 @@ jobs:
CI_CLOUD: ${{ github.event.inputs.ci_cloud }}
ARK_PASSWORD: ${{ secrets.ARK_PASSWORD }}
LEAFCLOUD_PULP_PASSWORD: ${{ secrets.LEAFCLOUD_PULP_PASSWORD }}
outputs:
openhpc-RL8-image: "${{ steps.manifest.outputs.openhpc-RL8-image }}"
openhpc-RL9-image: "${{ steps.manifest.outputs.openhpc-RL9-image }}"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 333ac6e

Please sign in to comment.