From 43e8d0230f982458320b28670d6e3663fbe6fa9a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Alexandre=20Cunha?= <j.a.cunha@gmail.com>
Date: Wed, 6 Dec 2023 15:58:02 +0000
Subject: [PATCH] fix: resolve one more registry path

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a9a165b..48527de 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -200,7 +200,7 @@ release-tofu:
     name: gcr.io/go-containerregistry/crane:debug
     entrypoint: [""]
   variables:
-    RELEASE_IMAGE_NAME: "$CI_REGISTRY_IMAGE/releases/tofu/$TOFU_VERSION"
+    RELEASE_IMAGE_NAME: "$CI_REGISTRY_IMAGE/releases-tofu/$TOFU_VERSION"
   script:
     # https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_copy.md
     - crane auth login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
-- 
GitLab