summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-07-23 18:58:43 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-07-23 18:58:43 +0200
commit29bed2c5e310a825f3dca7f37916bb06b41602b7 (patch)
tree3ba95c6e47fdf3749e5a3d40d4c86371d1092dbf
parentfc3b9c72841b00db7a594098fe7b3c245ffdb6c8 (diff)
downloadgobject-introspection-29bed2c5e310a825f3dca7f37916bb06b41602b7.tar.gz
ci: switch back to the gitlab docker registry
it seems to be working again now
-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 17759dd4..36fcbae0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
stages:
- build
-image: lazka/gobject-introspection:v1
+image: registry.gitlab.gnome.org/gnome/gobject-introspection:v1
cache:
paths:
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index de3d0b42..77eff633 100755
--- a/.gitlab-ci/run-docker.sh
+++ b/.gitlab-ci/run-docker.sh
@@ -2,7 +2,7 @@
set -e
-TAG="lazka/gobject-introspection:v1"
+TAG="registry.gitlab.gnome.org/gnome/gobject-introspection:v1"
sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
--file "Dockerfile" .