We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 828a5fa + e3336c9 commit 1cbc8adCopy full SHA for 1cbc8ad
.github/workflows/stackhpc-container-image-build.yml
@@ -175,7 +175,7 @@ jobs:
175
176
- name: Build and push kolla seed images
177
run: |
178
- args="kolla_base_distro=${{ matrix.distro }}"
+ args="-e kolla_base_distro=${{ matrix.distro }}"
179
args="$args -e kolla_tag=${{ needs.generate-tag.outputs.kolla_tag }}"
180
if ${{ inputs.push }} == 'true'; then
181
args="$args --push"
0 commit comments