From 590a304671f8d18c429a252a91b9eb77fe339460 Mon Sep 17 00:00:00 2001 From: Your Name <you@example.com> Date: Thu, 13 Feb 2025 19:17:08 +0100 Subject: [PATCH] new image --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a9303bc..aafd444 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ before_script: - - docker pull git.ia2.inaf.it:5050/hotwheels/gitlab-profile + - docker pull git.ia2.inaf.it:5050/hotwheels/gitlab-profile/mkdir - | docker build --no-cache -t hw -f - . <<EOF - FROM git.ia2.inaf.it:5050/hotwheels/gitlab-profile + FROM git.ia2.inaf.it:5050/hotwheels/gitlab-profile/mkdir RUN git config --global url."https://${CI_REGISTRY_USER}:${CI_JOB_TOKEN}@www.ict.inaf.it/gitlab".insteadOf ssh://git@git.ia2.inaf.it WORKDIR /app COPY . /app -- GitLab