Commit 29e56e6a authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Update .gitlab-ci.yml file

parent da37f649
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ variables:
  tags:
    - shell
  only:
    - master
    - pasture
  script:
    - docker login -u "${CI_REGISTRY_USER}" -p "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY}"
    - docker build -t "${CI_REGISTRY_IMAGE}/${IMAGE_NAME}" ${IMAGE_NAME}