File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,13 +85,13 @@ jobs:
85
85
- name : Output image tag
86
86
id : image_tag
87
87
run : |
88
- echo image_tag=$(grep stackhpc_${{ inputs.os_distribution }}_$ (sed s/-/_/ <(echo "${{ inputs.os_release }} "))_overcloud_host_image_version: etc/kayobe/pulp-host-image-versions.yml | awk '{print $2}') >> $GITHUB_OUTPUT
88
+ echo image_tag=$(grep stackhpc_rocky_$ (sed s/-/_/ <(echo "9 "))_overcloud_host_image_version: etc/kayobe/pulp-host-image-versions.yml | awk '{print $2}') >> $GITHUB_OUTPUT
89
89
90
90
# Use the image override if set, otherwise use overcloud-os_distribution-os_release-tag
91
91
- name : Output image name
92
92
id : image_name
93
93
run : |
94
- echo image_name=overcloud-${{ inputs.os_distribution }}-${{ inputs.os_release }} -${{ steps.image_tag.outputs.image_tag }} >> $GITHUB_OUTPUT
94
+ echo image_name=overcloud-rocky-9 -${{ steps.image_tag.outputs.image_tag }} >> $GITHUB_OUTPUT
95
95
96
96
- name : Generate terraform.tfvars
97
97
run : |
You can’t perform that action at this time.
0 commit comments