this time actually execute the right docker command

This commit is contained in:
Cassie Tarakajian 2018-08-13 15:28:44 -04:00
parent 66d24fcbfa
commit b06c874a00
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ after_success:
# build images
- docker-compose stop
- docker-compose build --no-cache
- docker container ls
- docker image ls
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- docker tag $APP_IMAGE_NAME $DOCKER_USERNAME/$DOCKER_REPOSITORY:latest
- docker push $DOCKER_USERNAME/$DOCKER_REPOSITORY:latest