ci_template: rebuild some images
authorTim-Philipp Müller <tim@centricular.com>
Wed, 30 Jun 2021 15:45:52 +0000 (16:45 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 30 Jun 2021 15:45:52 +0000 (16:45 +0100)
We need a newer cache for fontconfig since it renamed master branch
to main now and the wrap file has depth=1

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/407>

gitlab/ci_template.yml

index 31cb6ae..75e1bad 100644 (file)
@@ -21,13 +21,13 @@ variables:
   # If you are hacking on them or need a them to rebuild, its enough
   # to change any part of the string of the image you want.
   ###
-  FEDORA_TAG:  '2021-06-09.0'
+  FEDORA_TAG:  '2021-06-30.0'
   CERBERO_TAG: '2020-10-22.0'
   ANDROID_TAG: '2020-10-22.0'
   MANIFEST_TAG: '2020-10-22.0'
   TEST_MANIFEST_TAG: '2020-10-22.0'
   INDENT_TAG: '2020-10-22.0'
-  WINDOWS_TAG: "2021-06-07.0"
+  WINDOWS_TAG: "2021-06-30.0"
 
   GST_UPSTREAM_REPO: 'gstreamer/gst-ci'