From 2ab3376e3a6bdb44302e5b59a9202cd27352c6e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Wed, 27 Jul 2022 12:50:13 +0200 Subject: [PATCH] Update (or drop) the Docker image used by Flatpak job The gnome-runtime-images have been recently migrated to Quay. This is already reflected in the template. Please note this MR has been created semi-automatically. If it doesn't make sense, feel free to close it. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3ece9cd..82864015 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ variables: GNOME_SDK: 42 -image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:${GNOME_SDK} +image: quay.io/gnome_infrastructure/gnome-runtime-images:gnome-${GNOME_SDK} stages: - check -- GitLab