From: Jérôme Benoit Date: Tue, 15 Nov 2022 18:30:18 +0000 (+0100) Subject: Cleanup X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d5201635ee5263265322a7a8686010fdb61e31fc;p=mbt-docker.git Cleanup Signed-off-by: Jérôme Benoit --- diff --git a/build-image.sh b/build-image.sh index eca15fc..15b2d72 100755 --- a/build-image.sh +++ b/build-image.sh @@ -54,7 +54,7 @@ while getopts ":b:p:ch" option; do ;; p) repository=${OPTARG} - if [[ ${repository} == "all" ]]; then + if [[ ${repository} == "all" ]]; then push_all elif [[ -z "${repositories##*$repository*}" ]]; then make docker-push-registry NAME=${repository}