Skip to content

Commit 0b02c4c

Browse files
elelayshAlex-Welsh
authored andcommitted
image-build workflows: remove unused step
Output image tag of the builder
1 parent 0a7d5b2 commit 0b02c4c

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/ipa-image-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ jobs:
6161
with:
6262
path: src/kayobe-config
6363

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-
6964
- name: Determine OpenStack release
7065
id: openstack_release
7166
run: |

.github/workflows/overcloud-host-image-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ jobs:
7272
with:
7373
path: src/kayobe-config
7474

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-
8075
- name: Determine OpenStack release
8176
id: openstack_release
8277
run: |

0 commit comments

Comments
 (0)