From ffe9daa30fe63497773efb0b552d159ad57be0bb Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sun, 1 Aug 2021 02:36:57 +0300 Subject: [PATCH] fix --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 78d12c7..3d02145 100644 --- a/build.sh +++ b/build.sh @@ -7,7 +7,7 @@ registryPass="***REMOVED***" echo "Create docker image with version $version." docker image build -t "cdn-admin-frontend:$version" . -echo "Tag docker image." +echo "Tag docker image with registry prefix." docker tag cdn-admin-frontend:$version alpine-nexus:8500/cdn/cdn-admin-frontend:$version echo "Login to alpine-nexus registry."