diff --git a/bootstrap/gitea-actions/act-runner.yaml b/bootstrap/gitea-actions/act-runner.yaml index c0891e8..6734de6 100644 --- a/bootstrap/gitea-actions/act-runner.yaml +++ b/bootstrap/gitea-actions/act-runner.yaml @@ -34,7 +34,7 @@ data: cache: enabled: false container: - docker_host: "unix:///var/run/docker.sock" + docker_host: "unix:///run/docker.sock" force_pull: true require_docker: true docker_timeout: 60s @@ -104,19 +104,19 @@ spec: value: "" volumeMounts: - name: dind-socket - mountPath: /var/run + mountPath: /run - name: dind-data mountPath: /var/lib/docker - name: runner image: gitea/act_runner:0.2.13 env: - name: DOCKER_HOST - value: unix:///var/run/docker.sock + value: unix:///run/docker.sock volumeMounts: - name: runner-data mountPath: /data - name: runner-config mountPath: /etc/act_runner - name: dind-socket - mountPath: /var/run + mountPath: /run command: ["act_runner", "--config", "/etc/act_runner/config.yaml", "daemon"]