Commit c4f15f74 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Update .gitlab-ci.yml file

parent c003d969
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+8 −0
Original line number Diff line number Diff line
dockerize:
  stage: build
  tags:
    - intro-shell
  script:
    - docker login -u "${CI_REGISTRY_USER}" -p "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY}"
    - docker build -t "${CI_REGISTRY_IMAGE}" --no-cache .
    - docker push "${CI_REGISTRY_IMAGE}"