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

View file

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