mirror of
https://dev.azure.com/tstanciu94/CDN/_git/CDN_Frontend
synced 2025-06-21 19:24:34 +03:00
fix
This commit is contained in:
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…
x
Reference in New Issue
Block a user