diff options
author | Mike Gerwitz <mike.gerwitz@ryansg.com> | 2019-11-18 13:34:32 -0500 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@ryansg.com> | 2019-11-18 14:06:55 -0500 |
commit | d0208bf89b0038e3668b20b616d5a8c388f359a5 (patch) | |
tree | 971c05878a3a5b9b1fe9f12d54fa9864f27b1397 /.gitlab-ci.yml | |
parent | 8e241218b7e45eb3d0ed781b540744e216e5191c (diff) | |
download | tame-d0208bf89b0038e3668b20b616d5a8c388f359a5.tar.gz tame-d0208bf89b0038e3668b20b616d5a8c388f359a5.tar.bz2 tame-d0208bf89b0038e3668b20b616d5a8c388f359a5.zip |
.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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f76fce9..948440f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: lovullo/rater-ci +image: $BUILD_IMAGE stages: - build |