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 2be44f9 commit 400f27fCopy full SHA for 400f27f
.github/workflows/package-build-ofed.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Output image tag
86
id: image_tag
87
run: |
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
+ echo image_tag=$(grep stackhpc_rocky_9_overcloud_host_image_version: etc/kayobe/pulp-host-image-versions.yml | awk '{print $2}') >> $GITHUB_OUTPUT
89
90
# Use the image override if set, otherwise use overcloud-os_distribution-os_release-tag
91
- name: Output image name
0 commit comments