From 8dfb805c627633125e0812d05998ba76d71630a2 Mon Sep 17 00:00:00 2001 From: armistace Date: Sun, 26 Jan 2025 02:10:17 +0000 Subject: [PATCH] Update examples/kubernetes/dind-docker.yaml to reflect recent changes to Dockerfile (#633) With the changes made two months ago for the Dockerfile /opt/act/run.sh no longer exists in the docker container, this caused this example to fail, updating the example so that it correctly references run.sh now located in /usr/local/bin I have used this to deploy on my own cluster and it is now working swimmingly Reviewed-on: https://gitea.com/gitea/act_runner/pulls/633 Reviewed-by: Zettat123 Reviewed-by: techknowlogick Co-authored-by: armistace Co-committed-by: armistace --- examples/kubernetes/dind-docker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kubernetes/dind-docker.yaml b/examples/kubernetes/dind-docker.yaml index a003924..e423cee 100644 --- a/examples/kubernetes/dind-docker.yaml +++ b/examples/kubernetes/dind-docker.yaml @@ -49,7 +49,7 @@ spec: containers: - name: runner image: gitea/act_runner:nightly - command: ["sh", "-c", "while ! nc -z localhost 2376