Skip to content
Snippets Groups Projects
Commit 204e0c35 authored by Dimitrios Giannopoulos's avatar Dimitrios Giannopoulos
Browse files

ommitted DOCKER_HOST

parent b15a95c5
No related branches found
No related tags found
2 merge requests!36Merging 2024Q2_RC into main, creating 2024Q2 Release,!7Resolve "Create a pipeline to build and publish the docker image in gitlab registry"
Pipeline #3625 failed
...@@ -9,7 +9,7 @@ build_docker_image: ...@@ -9,7 +9,7 @@ build_docker_image:
- name: docker:24.0.5-dind - name: docker:24.0.5-dind
alias: docker alias: docker
variables: variables:
DOCKER_HOST: "tcp://docker:2375" # DOCKER_HOST: "tcp://docker:2375"
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
script: script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment