.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
parent
8e241218b7
commit
d0208bf89b
|
@ -1,4 +1,4 @@
|
|||
image: lovullo/rater-ci
|
||||
image: $BUILD_IMAGE
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
|
Loading…
Reference in New Issue