Fixes Docker Hub repo name

This commit is contained in:
Aaron Louie 2020-06-12 16:49:41 -04:00
parent 52f486a3bc
commit 5e6767b14b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ function branch_to_tag () {
if [ "$1" == "latest" ]; then echo "production"; else echo "$1" ; fi
}
REPO="sartography/cr-connect-workflow"
REPO="sartography/cr-connect-python-base"
TAG=$(branch_to_tag "$TRAVIS_BRANCH")
# Build and push Docker image to Docker Hub