From c8eda0dc8b49baaed171da70cef60715358f2ffe Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Fri, 8 Dec 2023 14:11:51 +0100 Subject: [PATCH] feat: use centralized tracking image (gitlab.com) --- templates/gitlab-ci-golang.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gitlab-ci-golang.yml b/templates/gitlab-ci-golang.yml index b8dd416..61b3553 100644 --- a/templates/gitlab-ci-golang.yml +++ b/templates/gitlab-ci-golang.yml @@ -56,7 +56,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" # Default Go project root directory GO_PROJECT_DIR: . -- GitLab