repositories
/
mbt-docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f41a15
)
Cleanup
author
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 15 Nov 2022 18:30:18 +0000
(19:30 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 15 Nov 2022 18:30:18 +0000
(19:30 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
build-image.sh
patch
|
blob
|
blame
|
history
diff --git
a/build-image.sh
b/build-image.sh
index eca15fcd34943f21d6ca5a68fa7a05df076ded3e..15b2d7249632703bf73aef4565a6cd9a23793c27 100755
(executable)
--- 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}