diff options
author | Christoph Reiter <creiter@src.gnome.org> | 2018-04-17 18:26:40 +0200 |
---|---|---|
committer | Christoph Reiter <creiter@src.gnome.org> | 2018-04-17 18:26:40 +0200 |
commit | b19c524a83641bfbc38e1e98c687892d608e4d90 (patch) | |
tree | 69db3b4d0704f171f8333b802ed9deb65a888175 /.gitlab-ci | |
parent | 16a6c39a9bbb0f3fa209662776f2b74e7175a4b8 (diff) | |
download | gtk+-b19c524a83641bfbc38e1e98c687892d608e4d90.tar.gz |
ci: move docker images to gitlab.gnome.org
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x | .gitlab-ci/run-docker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh index 4b2fc0ae75..75a82ceb92 100755 --- a/.gitlab-ci/run-docker.sh +++ b/.gitlab-ci/run-docker.sh @@ -8,7 +8,7 @@ set -e -TAG="lazka/gitlab-gtk-3-22:v1" +TAG="registry.gitlab.gnome.org/gnome/gtk/gtk-3-22:v2" # HOST_USER_ID gets used to create a user with the same ID so that files # created in the mounted volume have the same owner |