versions update

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2018-01-01 10:09:03 -05:00
parent c9fefef1b1
commit c19ed0daa7
5 changed files with 8 additions and 7 deletions

View File

@@ -31,8 +31,8 @@ build_and_push(){
sleep 15
done
# also push the tag latest for "stable" tags
if [[ "$suite" == "stable" ]]; then
# also push the tag latest for "stable" (chrome) or "3.5" tags for zookeeper
if [[ "$suite" == "stable" ]] || [[ "$suite" == "3.5" ]]; then
docker tag ${REPO_URL}/${base}:${suite} ${REPO_URL}/${base}:latest
docker push --disable-content-trust=false ${REPO_URL}/${base}:latest
fi