Fixed docker tag for base image in travis

This commit is contained in:
dvanaken 2019-12-11 00:10:04 +01:00 committed by Dana Van Aken
parent 65f3a7b0d6
commit c4e8eb53a1
1 changed files with 1 additions and 0 deletions

View File

@ -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"