From 07f05ac830ef337d37624b9dda06d42b85f19988 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Mon, 31 Jul 2023 12:54:13 -0400 Subject: [PATCH] ci: Force fedora image rebuilt The image was accendently rebuilt after a 500 error in gitlab, and the resulting image ended up not working. Only bump the minor, as this is the same image script. The link to the bad job: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/jobs/46301615 Part-of: --- .gitlab-image-tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-image-tags.yml b/.gitlab-image-tags.yml index 0f0f3b8747..b7197c881a 100644 --- a/.gitlab-image-tags.yml +++ b/.gitlab-image-tags.yml @@ -5,7 +5,7 @@ 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: '2023-07-17.0' + FEDORA_TAG: '2023-07-17.2' INDENT_TAG: '2023-06-14.1' LINT_TAG: '2023-02-16.5' WINDOWS_TAG: '2023-07-17.0'