Merge branch 'master' into renovate/gitea-act_runner-0.x

This commit is contained in:
2026-09-14 00:36:34 +00:00
18 changed files with 72 additions and 215 deletions

View File

@@ -70,12 +70,15 @@ spec:
- mountPath: /data
name: data-act-runner
- name: dind
image: "docker:28.3.2-dind"
# image: "docker:28.3.2-dind"
image: "docker:29.7.2-dind"
imagePullPolicy: IfNotPresent
args:
- dockerd
- --host=tcp://127.0.0.1:2375
- --host=unix:///var/run/docker.sock
- --mtu=1450
- --default-network-opt=bridge=com.docker.network.driver.mtu=1450
env:
- name: DOCKER_TLS_VERIFY
value: ""