fix
parent
cd7749c153
commit
ffe9daa30f
2
build.sh
2
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."
|
||||
|
|
Loading…
Reference in New Issue