set -e docker build . -f Dockerfile.home --build-arg image=nginx:latest -t $1nginx-home1 docker push $1nginx-home1