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 0d1e5d5 commit 7168fe5Copy full SHA for 7168fe5
.github/workflows/stackhpc-container-image-build.yml
@@ -174,7 +174,7 @@ jobs:
174
175
- name: Build and push kolla seed images
176
run: |
177
- args="kolla_base_distro=${{ matrix.distro }}"
+ args="-e kolla_base_distro=${{ matrix.distro }}"
178
args="$args -e kolla_tag=${{ needs.generate-tag.outputs.kolla_tag }}"
179
if ${{ inputs.push }} == 'true'; then
180
args="$args --push"
0 commit comments