summaryrefslogtreecommitdiff
path: root/.gitlab-ci
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 /.gitlab-ci
parentfc3b9c72841b00db7a594098fe7b3c245ffdb6c8 (diff)
downloadgobject-introspection-29bed2c5e310a825f3dca7f37916bb06b41602b7.tar.gz
ci: switch back to the gitlab docker registry
it seems to be working again now
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/run-docker.sh2
1 files changed, 1 insertions, 1 deletions
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" .