diff --git a/servers/legion/apps/gitea-runner.yaml b/servers/legion/apps/gitea-runner.yaml index 8294136..11d56bb 100644 --- a/servers/legion/apps/gitea-runner.yaml +++ b/servers/legion/apps/gitea-runner.yaml @@ -17,7 +17,7 @@ spec: spec: initContainers: - name: register - image: gitea/act_runner:latest + image: registry.neuralplatform.ai/pantheon-runner:latest workingDir: /data command: ["/bin/sh", "-c"] args: @@ -47,7 +47,7 @@ spec: mountPath: /data containers: - name: runner - image: gitea/act_runner:latest + image: registry.neuralplatform.ai/pantheon-runner:latest workingDir: /data command: ["act_runner", "daemon", "--config", "/data/config.yaml"] envFrom: