mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
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:
@@ -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
|
||||
|
@@ -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" .
|
||||
|
Reference in New Issue
Block a user