From fe54d6d8cde8a271262246fb1656e4abeb6416b7 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Fri, 24 Jul 2020 18:53:39 +0300 Subject: [PATCH] citemplate: properly pin the image of the docs job we don't need the image to be copied or rebuilt, as its currently pinned shortly and won't change anytime soon. ammends dc486667426d0d31284e25001cfece45879595a8 !324 Part-of: --- gitlab/ci_template.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index b819b3b..cffaec6 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -19,7 +19,6 @@ variables: # to change any part of the string of the image you want. ### FEDORA_TAG: '2020-07-03.1' - FEDORA_DOCS_TAG: '2020-07-03.0' CERBERO_TAG: '2020-06-25.0' ANDROID_TAG: '2020-06-25.0' MANIFEST_TAG: '2020-06-25.0' @@ -36,7 +35,7 @@ variables: INDENT_AMD64_SUFFIX: 'amd64/gst-indent' FEDORA_IMAGE: "$CI_REGISTRY_IMAGE/$FEDORA_AMD64_SUFFIX:$FEDORA_TAG-$GST_UPSTREAM_BRANCH" - FEDORA_DOCS_IMAGE: "$CI_REGISTRY_IMAGE/$FEDORA_AMD64_SUFFIX:$FEDORA_DOCS_TAG-$GST_UPSTREAM_BRANCH" + FEDORA_DOCS_IMAGE: "registry.freedesktop.org/gstreamer/gst-ci/amd64/fedora:2020-07-03.0-master" CERBERO_IMAGE: "$CI_REGISTRY_IMAGE/$CERBERO_AMD64_SUFFIX:$CERBERO_TAG-$GST_UPSTREAM_BRANCH" ANDROID_IMAGE: "$CI_REGISTRY_IMAGE/$ANDROID_AMD64_SUFFIX:$ANDROID_TAG-$GST_UPSTREAM_BRANCH" MANIFEST_IMAGE: "$CI_REGISTRY_IMAGE/$MANIFEST_AMD64_SUFFIX:$MANIFEST_TAG-$GST_UPSTREAM_BRANCH" -- 2.7.4