We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7d5b2 commit 0b02c4cCopy full SHA for 0b02c4c
2 files changed
.github/workflows/ipa-image-build.yml
@@ -61,11 +61,6 @@ jobs:
61
with:
62
path: src/kayobe-config
63
64
- - name: Output image tag of the builder
65
- id: builder_image_tag
66
- run: |
67
- echo image_tag=$(grep stackhpc_rocky_9_overcloud_host_image_version: etc/kayobe/pulp-host-image-versions.yml | awk '{print $2}') >> $GITHUB_OUTPUT
68
-
69
- name: Determine OpenStack release
70
id: openstack_release
71
run: |
.github/workflows/overcloud-host-image-build.yml
@@ -72,11 +72,6 @@ jobs:
72
73
74
75
76
77
78
79
80
81
82
0 commit comments