File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167167
168168 - name : Build and push kolla seed images
169169 run : |
170- args="kolla_base_distro=${{ matrix.distro }}"
170+ args="-e kolla_base_distro=${{ matrix.distro }}"
171171 args="$args -e kolla_tag=$KOLLA_TAG"
172172 if ${{ inputs.push }} == 'true'; then
173173 args="$args --push"
Original file line number Diff line number Diff line change @@ -9,8 +9,12 @@ kayobe_image_tags:
99 openstack :
1010 rocky : 2023.1-rocky-9-20231011T200357
1111 ubuntu : 2023.1-ubuntu-jammy-20231011T200357
12+ bifrost :
13+ rocky : 2023.1-rocky-9-20231013T151957
14+ ubuntu : 2023.1-ubuntu-jammy-20231013T151957
1215
1316openstack_tag : " {% raw %}{{ kayobe_image_tags['openstack'][kolla_base_distro] }}{% endraw %}"
17+ bifrost_tag : " {% raw %}{{ kayobe_image_tags['bifrost'][kolla_base_distro] }}{% endraw %}"
1418
1519om_enable_rabbitmq_high_availability : true
1620
You can’t perform that action at this time.
0 commit comments