From 09dd0e855937240ff31e419805af90da6737f164 Mon Sep 17 00:00:00 2001 From: Paolo Veglio <paolo.veglio@ssec.wisc.edu> Date: Mon, 29 Apr 2024 15:39:53 +0000 Subject: [PATCH] messing about with the CI config --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b61d5dd..dad7b90 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: - DOCKER_TLS_CERTDIR: "" DOCKER_HOST: "tcp://docker:2375" + DOCKER_TLS_CERTDIR: "" ci: stage: .pre @@ -10,6 +10,7 @@ ci: services: - docker:19.03.1-dind script: + - docker --version - docker login --username $CI_REGISTRY_USER --password $CI_REGISTRY_PASSWORD $CI_REGISTRY - cd ci - docker build --tag $CI_REGISTRY_IMAGE . -- GitLab