update versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2018-03-02 13:13:43 -05:00
parent 45fadd7a50
commit 2b2fa77b0c
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ build_and_push(){
echo "Building ${REPO_URL}/${base}:${suite} for context ${build_dir}"
docker build --rm --force-rm -t ${REPO_URL}/${base}:${suite} ${build_dir} || return 1
img build -t ${REPO_URL}/${base}:${suite} ${build_dir} || return 1
img build -t ${REPO_URL}/${base}:${suite} ${build_dir} || true
# on successful build, push the image
echo " --- "