From 5c7835f4449c5ec04330e83c361d56ef70d0b07b Mon Sep 17 00:00:00 2001 From: armistace Date: Wed, 8 Jan 2025 03:00:11 +0000 Subject: [PATCH] Update examples/kubernetes/dind-docker.yaml 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 --- 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