Commit 590a3046 authored by Your Name's avatar Your Name
Browse files

new image

parent 32de309d
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
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