Skip to content

Commit ef4cabe

Browse files
authored
Merge pull request #656 from stackhpc/fix-wallaby-seed-build
Fix seed container image build
2 parents 0d1e5d5 + 7168fe5 commit ef4cabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174

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

0 commit comments

Comments
 (0)