mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-14 19:55:12 +01:00
Merge branch 'stable-ci' into 'glib-2-58'
ci: Use a docker image for stable branch See merge request GNOME/glib!346
This commit is contained in:
commit
a579ac9c14
@ -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" .
|
||||
|
Loading…
x
Reference in New Issue
Block a user