fix(demo): point Docker client at DinD via DOCKER_HOST
build-and-push / docker (push) Successful in 3m6s
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user