ci: copy forgejo-runner binary from correct path

This commit is contained in:
Will Anderson
2026-03-26 13:00:42 -05:00
parent 23131ef04f
commit 2cb89b715f
+1 -1
View File
@@ -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 \