gitea-runner: use lean legion-runner base image

This commit is contained in:
Will Anderson
2026-03-26 07:51:21 -05:00
parent f409c06e65
commit 4e9d3287d4
+2 -2
View File
@@ -17,7 +17,7 @@ spec:
spec:
initContainers:
- name: register
image: registry.neuralplatform.ai/pantheon-runner:latest
image: registry.neuralplatform.ai/legion-runner:latest
workingDir: /data
command: ["/bin/sh", "-c"]
args:
@@ -47,7 +47,7 @@ spec:
mountPath: /data
containers:
- name: runner
image: registry.neuralplatform.ai/pantheon-runner:latest
image: registry.neuralplatform.ai/legion-runner:latest
workingDir: /data
command: ["act_runner", "daemon", "--config", "/data/config.yaml"]
envFrom: