We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4831b9c commit 99e5d58Copy full SHA for 99e5d58
.github/workflows/doca.yml
@@ -36,10 +36,10 @@ jobs:
36
matrix: # build RL8, RL9
37
build:
38
- image_name: openhpc-doca-RL8
39
- source_image_name: openhpc-RL8 # TODO: needs to be injected from environments/.stackhpc/terraform/cluster_image.auto.tfvars.json
+ source_image_name: "${{ fromJSON(env.FAT_IMAGES).cluster_image.RL8 }}"
40
inventory_groups: doca
41
- image_name: openhpc-doca-RL9
42
- source_image_name: openhpc-RL9 # TODO: as above
+ source_image_name: "${{ fromJSON(env.FAT_IMAGES).cluster_image.RL9 }}"
43
44
env:
45
ANSIBLE_FORCE_COLOR: True
0 commit comments