summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2022-07-27 12:43:30 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2022-07-27 12:43:30 +0200
commit1c3d1db5039f67c2076ddaa86a1a3a0c406d5dad (patch)
tree2bc06c0aacc55b1ce7da9ab8e15563c4b3586f28
parentaf82d46c97b972cc2aaccc5570c4cd423df1fe39 (diff)
downloadgnome-contacts-1c3d1db5039f67c2076ddaa86a1a3a0c406d5dad.tar.gz
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.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c78259f..73bd5db 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ style-check:
flatpak:
- image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
+ image: quay.io/gnome_infrastructure/gnome-runtime-images:gnome-master
variables:
MANIFEST_PATH: 'build-aux/flatpak/org.gnome.Contacts.Devel.json'
FLATPAK_MODULE: "gnome-contacts"