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:
167
167
168
168
- name : Build and push kolla seed images
169
169
run : |
170
- args="kolla_base_distro=${{ matrix.distro }}"
170
+ args="-e kolla_base_distro=${{ matrix.distro }}"
171
171
args="$args -e kolla_tag=$KOLLA_TAG"
172
172
if ${{ inputs.push }} == 'true'; then
173
173
args="$args --push"
Original file line number Diff line number Diff line change @@ -9,8 +9,12 @@ kayobe_image_tags:
9
9
openstack :
10
10
rocky : 2023.1-rocky-9-20231011T200357
11
11
ubuntu : 2023.1-ubuntu-jammy-20231011T200357
12
+ bifrost :
13
+ rocky : 2023.1-rocky-9-20231013T151957
14
+ ubuntu : 2023.1-ubuntu-jammy-20231013T151957
12
15
13
16
openstack_tag : " {% raw %}{{ kayobe_image_tags['openstack'][kolla_base_distro] }}{% endraw %}"
17
+ bifrost_tag : " {% raw %}{{ kayobe_image_tags['bifrost'][kolla_base_distro] }}{% endraw %}"
14
18
15
19
om_enable_rabbitmq_high_availability : true
16
20
You can’t perform that action at this time.
0 commit comments