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 4deb6f0 commit 51a2604Copy full SHA for 51a2604
.github/workflows/overcloud-host-image-build.yml
@@ -75,7 +75,9 @@ jobs:
75
- name: Output image tag of the builder
76
id: builder_image_tag
77
run: |
78
- echo image_tag=$(grep stackhpc_rocky_9_overcloud_host_image_version: etc/kayobe/pulp-host-image-versions.yml | awk '{print $2}') >> $GITHUB_OUTPUT
+ image_tag="$(grep stackhpc_rocky_9_overcloud_host_image_version: etc/kayobe/pulp-host-image-versions.yml | awk '{print $2}')"
79
+ echo "image_tag=${image_tag}" | tee -a "$GITHUB_OUTPUT"
80
+ working-directory: ${{ github.workspace }}/src/kayobe-config
81
82
- name: Determine OpenStack release
83
id: openstack_release
0 commit comments