Fixes Docker Hub repo name
This commit is contained in:
parent
52f486a3bc
commit
5e6767b14b
|
@ -4,7 +4,7 @@ function branch_to_tag () {
|
||||||
if [ "$1" == "latest" ]; then echo "production"; else echo "$1" ; fi
|
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")
|
TAG=$(branch_to_tag "$TRAVIS_BRANCH")
|
||||||
|
|
||||||
# Build and push Docker image to Docker Hub
|
# Build and push Docker image to Docker Hub
|
||||||
|
|
Loading…
Reference in New Issue