From c8e3a93ab37efa8c52d83e9417870389fff677c9 Mon Sep 17 00:00:00 2001 From: Leonardo Christino <leomilho@gmail.com> Date: Mon, 10 Apr 2023 12:05:08 +0200 Subject: [PATCH] feat(harbor): change ci to use image from harbor --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f25535759..983caf67d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - build default: - image: registry.graphpolaris.com/library/frontend-builder:latest/image + image: registry.graphpolaris.com/library/frontend-builder:latest cache: &cache key: files: -- GitLab