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 d8a6c32 commit 795e82bCopy full SHA for 795e82b
build.sh
@@ -156,7 +156,7 @@ fi
156
###
157
# Determining the value for DOCKER_FROM
158
159
-if [ -z "$DOCKER_FROM"]; then
+if [ -z "$DOCKER_FROM" ]; then
160
DOCKER_FROM="python:3.7-alpine"
161
fi
162
@@ -257,7 +257,7 @@ for DOCKER_TARGET in "${DOCKER_TARGETS[@]}"; do
257
# Asuming non Github builds should always proceed
258
SHOULD_BUILD="true"
259
BUILD_REASON="${BUILD_REASON} interactive"
260
- elsif [ "$DOCKER_REGISTRY" = "docker.io" ]; then
+ elif [ "$DOCKER_REGISTRY" = "docker.io" ]; then
261
source ./build-functions/get-public-image-config.sh
262
IFS=':' read -ra DOCKER_FROM_SPLIT <<< "${DOCKER_FROM}"
263
if ! [[ ${DOCKER_FROM_SPLIT[0]} =~ .*/.* ]]; then
0 commit comments