From d5201635ee5263265322a7a8686010fdb61e31fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 15 Nov 2022 19:30:18 +0100 Subject: [PATCH] Cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- build-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.34.1