forked from platypush/platypush
[CI/CD] Trying the locally mounted docker.sock
instead of the TCP interface.
This commit is contained in:
parent
cc2548e159
commit
dce2861021
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ steps:
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
REGISTRY_ENDPOINT: quay.io
|
REGISTRY_ENDPOINT: quay.io
|
||||||
DOCKER_HOST: "tcp://localhost:2375/"
|
DOCKER_HOST: "unix:///var/run/docker.sock"
|
||||||
DOCKER_USER: platypush
|
DOCKER_USER: platypush
|
||||||
DOCKER_PASS:
|
DOCKER_PASS:
|
||||||
from_secret: registry_token
|
from_secret: registry_token
|
||||||
|
|
Loading…
Reference in a new issue