diff --git a/servers/legion/k8s/gitea-runner/Dockerfile b/servers/legion/k8s/gitea-runner/Dockerfile index a12c7cf..1a72f75 100644 --- a/servers/legion/k8s/gitea-runner/Dockerfile +++ b/servers/legion/k8s/gitea-runner/Dockerfile @@ -4,7 +4,7 @@ FROM ubuntu:24.04 ENV DEBIAN_FRONTEND=noninteractive -COPY --from=runner-bin /usr/local/bin/act_runner /usr/local/bin/act_runner +COPY --from=runner-bin /bin/forgejo-runner /usr/local/bin/act_runner # Core system tools RUN apt-get update && apt-get install -y --no-install-recommends \