ci: Use a docker image for stable branch

The master docker image will eventually use a new meson version, but we
want to ensure stable branch still works on old version.
This commit is contained in:
Xavier Claessens
2018-09-24 10:05:15 -04:00
parent a9f5a6fa2f
commit 21da53a7f6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
image: registry.gitlab.gnome.org/gnome/glib/master:v7
image: registry.gitlab.gnome.org/gnome/glib/2-58:v1
stages:
- build

View File

@@ -2,7 +2,7 @@
set -e
TAG="registry.gitlab.gnome.org/gnome/glib/master:v7"
TAG="registry.gitlab.gnome.org/gnome/glib/2-58:v1"
docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
--file "Dockerfile" .