Skip to content

Commit b8b52c7

Browse files
committed
Fix kolla image build tagging and build Skyline
1 parent 83feb5e commit b8b52c7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
174174
- name: Get Kolla tag
175175
id: write-kolla-tag
176-
run: echo "kolla-tag=${{ needs.generate-tag.outputs.openstack_release }}-${{ matrix.distro }}-${{ matrix.distro == 'rocky' && '9' || 'noble' }}-${{ needs.generate-tag.outputs.datetime_tag }}" >> $GITHUB_OUTPUT
176+
run: echo "kolla-tag=${{ needs.generate-tag.outputs.openstack_release }}-${{ matrix.distro.name }}-${{ matrix.distro.release }}-${{ needs.generate-tag.outputs.datetime_tag }}" >> $GITHUB_OUTPUT
177177

178178
- name: Configure localhost as a seed
179179
run: |

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ kolla_image_tags:
1313
ovn_sb_db_relay:
1414
rocky-9: master-rocky-9-20250305T111730
1515
ubuntu-noble: master-ubuntu-noble-20250305T111730
16+
skyline:
17+
rocky-9: master-rocky-9-20250425T091159
18+
ubuntu-noble: master-ubuntu-noble-20250425T091159

0 commit comments

Comments
 (0)