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 29ad8db
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/fatimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ 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: "${{ jobs.openstack.outputs.openhpc-RL8-image }}"
openhpc-RL9-image: "${{ jobs.openstack.outputs.openhpc-RL9-image }}"

jobs:
openstack:
Expand All @@ -42,6 +42,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 29ad8db

Please sign in to comment.