Commit 8dd5c979 authored by Administrator's avatar Administrator

Update build.sh

parent 62494496
...@@ -9,7 +9,7 @@ export DOCKER_PASS=Edgec2018 ...@@ -9,7 +9,7 @@ export DOCKER_PASS=Edgec2018
export COMMIT=`date +%s | md5sum | head -c 10 ; echo` export COMMIT=`date +%s | md5sum | head -c 10 ; echo`
export TAG="latest" export TAG="latest"
export BROWSER=fgl/browser export BROWSER=cloudam/browser
docker build -t $BROWSER:$COMMIT . docker build -t $BROWSER:$COMMIT .
docker tag $BROWSER:$COMMIT $DOCKER_HOST/$BROWSER:$TAG docker tag $BROWSER:$COMMIT $DOCKER_HOST/$BROWSER:$TAG
docker push $DOCKER_HOST/$BROWSER docker push $DOCKER_HOST/$BROWSER
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment