diff --git a/letsencrypt-nginx/build.sh b/letsencrypt-nginx/build.sh index 15869f2..94da20c 100644 --- a/letsencrypt-nginx/build.sh +++ b/letsencrypt-nginx/build.sh @@ -1,3 +1,3 @@ set -e docker build . -f Dockerfile.$1 --build-arg image=$2letsencrypt-nginx -t $2letsencrypt-$1 -docker push $2/letsencrypt-$1 +docker push $2letsencrypt-$1