Skip to content

Commit 3f3ab99

Browse files
authored
Merge pull request #732 from stackhpc/zed-seed-image-build-fix
Fix seed container image build
2 parents 5e26966 + e061186 commit 3f3ab99

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
@@ -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"

0 commit comments

Comments
 (0)