point docker image to bigbluebutton repo

This commit is contained in:
Zachary Chai 2016-12-02 16:20:48 -05:00
parent 75fcc5af97
commit a6aed404f0
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#!/bin/bash
docker build -f Dockerfile.prod -t zachblind/greenlight:master .
docker build -f Dockerfile.prod -t bigbluebutton/greenlight:master .
docker login -e zachary.chai@blindsidenetworks.com -u $DOCKER_USER -p $DOCKER_PASS
docker push zachblind/greenlight:master
docker push bigbluebutton/greenlight:master
docker logout