[CI/CD] Trying the locally mounted docker.sock instead of the TCP interface.

This commit is contained in:
Fabio Manganiello 2024-11-10 22:24:41 +01:00
parent cc2548e159
commit dce2861021
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -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