1 Commits

Author SHA1 Message Date
3df8979d0c chore(deps): update docker docker tag to v29 2025-12-21 02:13:59 +00:00

View File

@@ -39,7 +39,7 @@ spec:
done
containers:
- name: act-runner
image: "gitea/act_runner:0.2.13"
image: "gitea/act_runner:0.2.12"
imagePullPolicy: IfNotPresent
command: ["sh", "-c", "while ! nc -z 127.0.0.1 2375 </dev/null; do echo 'waiting for docker daemon...'; sleep 5; done; /sbin/tini -- run.sh"]
workingDir: /data
@@ -70,7 +70,7 @@ spec:
- mountPath: /data
name: data-act-runner
- name: dind
image: "docker:28.3.2-dind"
image: "docker:29.1.3-dind"
imagePullPolicy: IfNotPresent
args:
- dockerd