Update builder.sh
This commit is contained in:
parent
53157c0c47
commit
dd1175f326
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ function run_build() {
|
||||||
# Push images
|
# Push images
|
||||||
if [ "$DOCKER_PUSH" == "true" ]; then
|
if [ "$DOCKER_PUSH" == "true" ]; then
|
||||||
for i in "${push_images[@]}"; do
|
for i in "${push_images[@]}"; do
|
||||||
echo "[INFO] Start upload $1"
|
echo "[INFO] Start upload $i"
|
||||||
if docker push "$i" > /dev/null 2>&1; then
|
if docker push "$i" > /dev/null 2>&1; then
|
||||||
echo "[INFO] Upload success"
|
echo "[INFO] Upload success"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue