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 dab458fCopy full SHA for dab458f
.github/workflows/overcloud-host-image-build.yml
@@ -72,11 +72,6 @@ jobs:
72
with:
73
path: src/kayobe-config
74
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
79
-
80
- name: Determine OpenStack release
81
id: openstack_release
82
run: |
0 commit comments