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:
|
||||
REGISTRY_ENDPOINT: quay.io
|
||||
DOCKER_HOST: "tcp://localhost:2375/"
|
||||
DOCKER_HOST: "unix:///var/run/docker.sock"
|
||||
DOCKER_USER: platypush
|
||||
DOCKER_PASS:
|
||||
from_secret: registry_token
|
||||
|
|
Loading…
Reference in a new issue