File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ function build_all_stretch {
82
82
fi
83
83
84
84
if [[ " $branch " == 2\. 0\. * ]]; then
85
- push_image $language
85
+ push_image $language $branch
86
86
fi
87
87
done
88
88
}
@@ -94,7 +94,7 @@ function build_all_appservice {
94
94
build_image $language $branch -appservice $DIR /host/2.0/stretch/amd64/appservice $language $branch
95
95
96
96
if [[ " $branch " == 2\. 0\. * ]]; then
97
- push_image $language $branch
97
+ push_image $language $branch -appservice
98
98
fi
99
99
done
100
100
}
@@ -106,7 +106,7 @@ function build_all_alpine {
106
106
build_image $language $branch -alpine $DIR /host/2.0/alpine/amd64/ base
107
107
108
108
if [[ " $branch " == 2\. 0\. * ]]; then
109
- push_image $language
109
+ push_image $language $branch -alpine
110
110
fi
111
111
done
112
112
}
145
145
146
146
if ! [ -z " $CI_RUN " ]; then
147
147
purge_all
148
- fi
148
+ fi
You can’t perform that action at this time.
0 commit comments