Skip to content

Commit 20d4d7e

Browse files
authored
Update build.sh
1 parent 422ce66 commit 20d4d7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function build_all_stretch {
8282
fi
8383

8484
if [[ "$branch" == 2\.0\.* ]]; then
85-
push_image $language
85+
push_image $language $branch
8686
fi
8787
done
8888
}
@@ -94,7 +94,7 @@ function build_all_appservice {
9494
build_image $language $branch-appservice $DIR/host/2.0/stretch/amd64/appservice $language $branch
9595

9696
if [[ "$branch" == 2\.0\.* ]]; then
97-
push_image $language $branch
97+
push_image $language $branch-appservice
9898
fi
9999
done
100100
}
@@ -106,7 +106,7 @@ function build_all_alpine {
106106
build_image $language $branch-alpine $DIR/host/2.0/alpine/amd64/ base
107107

108108
if [[ "$branch" == 2\.0\.* ]]; then
109-
push_image $language
109+
push_image $language $branch-alpine
110110
fi
111111
done
112112
}
@@ -145,4 +145,4 @@ fi
145145

146146
if ! [ -z "$CI_RUN" ]; then
147147
purge_all
148-
fi
148+
fi

0 commit comments

Comments
 (0)