From fbee9a02c20ac092cb10faf39582945bf219b54a Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Fri, 8 Dec 2023 14:13:06 +0100
Subject: [PATCH] feat: use centralized tracking image (gitlab.com)

---
 templates/gitlab-ci-renovate.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/gitlab-ci-renovate.yml b/templates/gitlab-ci-renovate.yml
index fb60793..a6d363d 100644
--- a/templates/gitlab-ci-renovate.yml
+++ b/templates/gitlab-ci-renovate.yml
@@ -38,7 +38,7 @@ workflow:
 
 variables:
   # variabilized tracking image
-  TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
+  TBC_TRACKING_IMAGE: "registry.gitlab.com/to-be-continuous/tools/tracking:master"
 
   RENOVATE_IMAGE: "registry.hub.docker.com/renovate/renovate:latest"
   RENOVATE_ENDPOINT: $CI_API_V4_URL
-- 
GitLab