From 55f62660559bfff2a6bd665fa34974d455b5fccd Mon Sep 17 00:00:00 2001 From: rfhferreira <rfhferreira@inf.ufpr.br> Date: Thu, 12 Jun 2025 10:03:47 -0300 Subject: [PATCH] HOTFIX: CI with Harbor instead of registry --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b50a346c..56000168 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: dockerregistry.c3sl.ufpr.br/node:21.6.1-bookworm +image: harbor.c3sl.ufpr.br/node:21.6.1-bookworm cache: paths: @@ -60,4 +60,4 @@ deploy-prod-job: tags: - docker only: - - producao \ No newline at end of file + - producao -- GitLab