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 658503d + 358b306 commit 9044b82Copy full SHA for 9044b82
.github/workflows/stackhpc-container-image-build.yml
@@ -184,7 +184,7 @@ jobs:
184
185
- name: Build and push kolla seed images
186
run: |
187
- args="kolla_base_distro=${{ matrix.distro }}"
+ args="-e kolla_base_distro=${{ matrix.distro }}"
188
args="$args -e kolla_tag=${{ needs.generate-tag.outputs.kolla_tag }}"
189
if ${{ inputs.push }} == 'true'; then
190
args="$args --push"
0 commit comments