Skip to content

Commit 8630ebb

Browse files
committed
bump image
1 parent 00eaf4e commit 8630ebb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/trivyscan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- ci/nightly-builds
77
paths:
8-
- 'environments/.stackhpc/terraform/cluster_image.auto.tfvars.json/cluster_image'
8+
- 'environments/.stackhpc/terraform/cluster_image.auto.tfvars.json'
99

1010
jobs:
1111
scan:
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
build: ["RL8", "RL9", "RL9-cuda"]
2020
env:
21-
JSON_PATH: environments/.stackhpc/terraform/cluster_image.auto.tfvars.json/cluster_image
21+
JSON_PATH: environments/.stackhpc/terraform/cluster_image.auto.tfvars.json
2222
OS_CLOUD: openstack
2323
CI_CLOUD: ${{ vars.CI_CLOUD }}
2424

@@ -58,7 +58,7 @@ jobs:
5858
- name: Parse image name json
5959
id: manifest
6060
run: |
61-
IMAGE_NAME=$(jq --arg version "${{ matrix.build }}" -r '.[$version]' "${{ env.JSON_PATH }}")
61+
IMAGE_NAME=$(jq --arg version "${{ matrix.build }}" -r '.cluster_image[$version]' "${{ env.JSON_PATH }}")
6262
echo "image-name=${IMAGE_NAME}" >> "$GITHUB_OUTPUT"
6363
6464
- name: Download image

environments/.stackhpc/terraform/cluster_image.auto.tfvars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"cluster_image": {
33
"RL8": "openhpc-RL8-241003-1241-a256bce2",
44
"RL9": "openhpc-RL9-241003-1241-a256bce2",
5-
"RL9-cuda": "openhpc-cuda-RL9-241003-1242-a256bce2"
5+
"RL9-cuda": "openhpc-cuda-RL9-241003-1122-348c1508"
66
}
77
}

0 commit comments

Comments
 (0)