Skip to content

Commit 1cbc8ad

Browse files
authored
Merge pull request #658 from stackhpc/xena-wallaby-merge
xena: wallaby merge
2 parents 828a5fa + e3336c9 commit 1cbc8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175

176176
- name: Build and push kolla seed images
177177
run: |
178-
args="kolla_base_distro=${{ matrix.distro }}"
178+
args="-e kolla_base_distro=${{ matrix.distro }}"
179179
args="$args -e kolla_tag=${{ needs.generate-tag.outputs.kolla_tag }}"
180180
if ${{ inputs.push }} == 'true'; then
181181
args="$args --push"

0 commit comments

Comments
 (0)