this time actually execute the right docker command
This commit is contained in:
parent
66d24fcbfa
commit
b06c874a00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue