.gitlab-ci.yml (image): Make variable (BUILD_IMAGE)

We moved to an internal container registry so that we do not have to rely on
DockerHub.  Since TAME is a public project, this will allow our
configuration internally to vary from a public configuration.
master
Mike Gerwitz 2019-11-18 13:34:32 -05:00
parent 8e241218b7
commit d0208bf89b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
image: lovullo/rater-ci
image: $BUILD_IMAGE
stages:
- build