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 be9c0b1 commit 0cd19a2Copy full SHA for 0cd19a2
.github/workflows/stackhpc-all-in-one.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: Output image tag
80
id: image_tag
81
run: |
82
- echo image_tag=$(grep stackhpc_${{ inputs.os_distribution }}_$(sed s/-/_/ <(echo "${{ inputs.os_release }}"))_overcloud_host_image_version etc/kayobe/stackhpc-overcloud-host-images.yml | awk '{print $2}') >> $GITHUB_OUTPUT
+ echo image_tag=$(grep stackhpc_${{ inputs.os_distribution }}_$(sed s/-/_/ <(echo "${{ inputs.os_release }}"))_overcloud_host_image_version: etc/kayobe/stackhpc-overcloud-host-images.yml | awk '{print $2}') >> $GITHUB_OUTPUT
83
84
# Use the image override if set, otherwise use overcloud-os_distribution-os_release-tag
85
- name: Output image name
0 commit comments