Fixed docker tag for base image in travis
This commit is contained in:
parent
65f3a7b0d6
commit
c4e8eb53a1
|
@ -8,6 +8,7 @@ cd $GIT_REPO
|
|||
cp $ROOT/docker/install.sh $WEB/requirements.txt .
|
||||
docker-compose -f docker-compose.build.yml build
|
||||
|
||||
docker tag ottertune-base "${DOCKER_REPO}:base"
|
||||
docker tag ottertune-web "${DOCKER_REPO}:web"
|
||||
docker tag ottertune-driver "${DOCKER_REPO}:driver"
|
||||
docker tag ottertune-driver-internal "${DOCKER_REPO}:driver-internal"
|
||||
|
|
Loading…
Reference in New Issue