summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-11-05 21:18:40 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-11-05 21:18:40 +0100
commit3f9e2ec3c0e735c3e2f9de5abba46fe3a0f4509a (patch)
treec43ca679f9b9a7861a73fd36bf09246c9800d06e
parent4e57b5a95059c04ab198627318d1d2d905e5c1fd (diff)
downloadgobject-introspection-3f9e2ec3c0e735c3e2f9de5abba46fe3a0f4509a.tar.gz
docker: add a separate docker image for the stable branch
-rw-r--r--.gitlab-ci.yml2
-rwxr-xr-x.gitlab-ci/run-docker.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 357e673f..fff5f6eb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
stages:
- build
-image: registry.gitlab.gnome.org/gnome/gobject-introspection:v1
+image: registry.gitlab.gnome.org/gnome/gobject-introspection/3.30:v1
cache:
paths:
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index 77eff633..54855d30 100755
--- a/.gitlab-ci/run-docker.sh
+++ b/.gitlab-ci/run-docker.sh
@@ -2,7 +2,7 @@
set -e
-TAG="registry.gitlab.gnome.org/gnome/gobject-introspection:v1"
+TAG="registry.gitlab.gnome.org/gnome/gobject-introspection/3.30:v1"
sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
--file "Dockerfile" .