Skip to content

Commit 9044b82

Browse files
authored
Merge pull request #616 from stackhpc/seed-container-build
Fix seed container image build
2 parents 658503d + 358b306 commit 9044b82

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
@@ -184,7 +184,7 @@ jobs:
184184

185185
- name: Build and push kolla seed images
186186
run: |
187-
args="kolla_base_distro=${{ matrix.distro }}"
187+
args="-e kolla_base_distro=${{ matrix.distro }}"
188188
args="$args -e kolla_tag=${{ needs.generate-tag.outputs.kolla_tag }}"
189189
if ${{ inputs.push }} == 'true'; then
190190
args="$args --push"

0 commit comments

Comments
 (0)