Avoid clash in image names (#5)
We are currently pushing the `test` image because ``` docker-compose -f docker-compose.yaml -f docker-compose.test.yaml build ``` overwrites the local `prod` image previously generated with the same name.
Please register or sign in to comment