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 6dd2c7e + 455313c commit 37f7e2aCopy full SHA for 37f7e2a
test-build.sh
@@ -60,7 +60,7 @@ for version in "${versions[@]}"; do
60
IFS=' ' read -ra variants <<< "$(get_variants "$(dirname "$version")" "${variant_arg[@]}")"
61
62
# Only build the default Dockerfile if "default" is in the variant list
63
- if [[ "${variants[*]}" =~ "default" ]]; then
+ if [[ "${variants[*]}" =~ "default" ]] || [[ "${variants[*]}" =~ "onbuild" ]] ; then
64
build "$version" "" "$tag"
65
fi
66
0 commit comments