mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-12 07:52:40 +01:00
@@ -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 " --- "
|
||||
|
||||
Reference in New Issue
Block a user