[gnome-control-center/alatiera/CI-flatpak-cleanups] CI: Use updated image for the flatpak job



commit 9c9e8bfe27b71880e0b0432e5d49bd7fa58f2234
Author: Jordan Petridis <jordanpetridis protonmail com>
Date:   Sat Aug 11 10:19:22 2018 +0000

    CI: Use updated image for the flatpak job
    
    gnome-nightly-oci repo has been deprecated for a while and replaced with
    gnome-runtime-images[1]
    
    The new repo also includes images with the stable GNOME runtime.
    Which can be used by changing `gnome:master` to `gnome:3.28` for example.
    
    [1] https://gitlab.gnome.org/GNOME/gnome-runtime-images

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 807db0af9..7a1c23879 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -145,7 +145,7 @@ pages:
 ##
 flatpak:
   stage: deploy
-  image: registry.gitlab.gnome.org/gnome/gnome-nightly-oci/nightly:master
+  image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
   artifacts:
     name: package
     paths:


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