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 7fb78b3 commit d8a6c32Copy full SHA for d8a6c32
build.sh
@@ -257,8 +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
- fi
261
- if [ "$DOCKER_REGISTRY" = "docker.io" ] && [ "$SHOULD_BUILD" = "false" ]; then
+ elsif [ "$DOCKER_REGISTRY" = "docker.io" ]; then
262
source ./build-functions/get-public-image-config.sh
263
IFS=':' read -ra DOCKER_FROM_SPLIT <<< "${DOCKER_FROM}"
264
if ! [[ ${DOCKER_FROM_SPLIT[0]} =~ .*/.* ]]; then
0 commit comments