fix(demo): point Docker client at DinD via DOCKER_HOST
build-and-push / docker (push) Successful in 3m6s

Job containers have no /var/run/docker.sock; use tcp://127.0.0.1:2375.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
aayalew
2026-07-10 17:55:42 +03:00
parent 4b7c158eac
commit bcf3ad2bf6
+2
View File
@@ -8,6 +8,8 @@ env:
# Hostname only (no scheme) — Gitea container registry on this demo stack.
REGISTRY: gitea-dev.alertaware.com
IMAGE: demo
# act_runner DinD listens on the job host network (see runner config.yaml).
DOCKER_HOST: tcp://127.0.0.1:2375
jobs:
docker: