Add DOCKER_HOST
This commit is contained in:
parent
15544e0ba0
commit
1cc7221c44
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ before_script:
|
|||
- export IMAGE_DOCKERHUB_USER=$DOCKERHUB_USER
|
||||
- export IMAGE_DOCKERHUB_PASSWORD=$DOCKERHUB_PASSWORD
|
||||
|
||||
variables:
|
||||
DOCKER_HOST: tcp://localhost:2375/
|
||||
|
||||
stages:
|
||||
- lint&test
|
||||
- upload
|
||||
|
|
Loading…
Reference in a new issue