diff --git a/build.sh b/build.sh index a1430ad..78d12c7 100644 --- a/build.sh +++ b/build.sh @@ -13,7 +13,7 @@ docker tag cdn-admin-frontend:$version alpine-nexus:8500/cdn/cdn-admin-frontend: echo "Login to alpine-nexus registry." docker login --username=admin --password=$registryPass alpine-nexus:8500 -echo "push image cdn-admin-frontend:$version to registry." +echo "Push image cdn-admin-frontend:$version to registry." docker push alpine-nexus:8500/cdn/cdn-admin-frontend:$version echo "DONE!" \ No newline at end of file