Skip to content

Commit ddd57c4

Browse files
authored
Merge pull request #249 from imi-ms/245-create-standalone-docker-images-and-host-on-docker-hub
Added dind commands
2 parents 5378726 + e2bed4e commit ddd57c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ docker-build-push:
3030
image: docker:latest
3131
services:
3232
- docker:dind
33+
variables:
34+
DOCKER_HOST: "tcp://docker:2375"
35+
DOCKER_TLS_CERTDIR: ""
3336
before_script:
3437
- export VERSION=$(cat version.txt)
3538
- echo "$DOCKERHUB_TOKEN" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin

0 commit comments

Comments
 (0)