Build Docker images on CI
Add a ci/build.sh
script that can build a single Dockerfile and publish it under a specific name.
The CI should be able to call ci/build.sh loris
that would do the following:
- build
servers/loris/Dockerfile
- tag it as
$CI_REGISTRY/.../loris:latest
- push it on master & tags