From d6fa1847e6ac1059a7d5918d9f591be24265646e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 30 Jun 2021 16:45:52 +0100 Subject: [PATCH] ci_template: rebuild some images We need a newer cache for fontconfig since it renamed master branch to main now and the wrap file has depth=1 Part-of: --- gitlab/ci_template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 31cb6ae52f..75e1bad7e7 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -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'