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.
1 parent 658503d commit 358b306Copy full SHA for 358b306
.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