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 b189927 commit 27ebaa5Copy full SHA for 27ebaa5
.github/workflows/stackhpc-container-image-build.yml
@@ -171,6 +171,9 @@ jobs:
171
if ${{ inputs.push }} == 'true'; then
172
args="$args --push"
173
fi
174
+ if [[ ${{ github.event.inputs.regexes }} == "" ]]; then
175
+ args="$args -e kolla_build_neutron_ovs=true"
176
+ fi
177
source venvs/kayobe/bin/activate &&
178
source src/kayobe-config/kayobe-env --environment ci-builder &&
179
kayobe overcloud container image build $args
0 commit comments