fix(build): correct docker port
This commit is contained in:
parent
c7256db345
commit
5670f1ac28
|
@ -52,7 +52,7 @@ build-image:
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
DOCKER_HOST: tcp://localhost:237
|
DOCKER_HOST: tcp://localhost:2375
|
||||||
IMAGE_ARCH: ubuntu
|
IMAGE_ARCH: ubuntu
|
||||||
|
|
||||||
github-pending:
|
github-pending:
|
||||||
|
|
Loading…
Reference in New Issue