[meld/barthalion/gnome-runtime-images-quay] Update (or drop) the Docker image used by Flatpak job




commit 2ab3376e3a6bdb44302e5b59a9202cd27352c6e2
Author: Bartłomiej Piotrowski <b bpiotrowski pl>
Date:   Wed Jul 27 12:50:13 2022 +0200

    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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]