From cd7749c1530d84494a665c351a8a80947895d532 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sun, 1 Aug 2021 02:31:49 +0300 Subject: [PATCH] small fix --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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