continuouspipe
continuouspipe copied to clipboard
Build and push the Docker images on `master`
All we need to do is to run the following commands (with the correct docker login before) in Travis:
docker-compose -f docker-compose.yml -f docker-compose.images.yml build
docker-compose -f docker-compose.yml -f docker-compose.images.yml push
Do we have the credentials in the repository ?
Nop, but we could set it up on Travis