1
0
mirror of https://gitea.com/gitea/act_runner.git synced 2025-08-05 03:41:31 +02:00

Merge branch 'main' into lunny/fix_make_docker

This commit is contained in:
Lunny Xiao
2025-01-27 06:12:17 +00:00

@@ -49,7 +49,7 @@ spec:
containers:
- name: runner
image: gitea/act_runner:nightly
command: ["sh", "-c", "while ! nc -z localhost 2376 </dev/null; do echo 'waiting for docker daemon...'; sleep 5; done; /sbin/tini -- /opt/act/run.sh"]
command: ["sh", "-c", "while ! nc -z localhost 2376 </dev/null; do echo 'waiting for docker daemon...'; sleep 5; done; /sbin/tini -- run.sh"]
env:
- name: DOCKER_HOST
value: tcp://localhost:2376