diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f092d0b2845f2cf69fdd1382d228e8e80edc542a..462e47357b5ef9687b09b320708e335105628d23 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ build: - docker:24.0-dind variables: IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG + DOCKER_HOST: tcp://localhost:2375/ script: - echo "hello 1" - echo "password is ${CI_REGISTRY_PASSWORD} and username is ${CI_REGISTRY_USER} and resgistry is ${CI_REGISTRY}"