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
This commit is contained in:
parent
3642cb2d82
commit
3d92e17047
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue