From 2cb89b715fb99fcde9cfbce56b272c94c7e29b06 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Thu, 26 Mar 2026 13:00:42 -0500 Subject: [PATCH] ci: copy forgejo-runner binary from correct path --- servers/legion/k8s/gitea-runner/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \