From 3afdc66ec218aa266ec4c4cd3a3f746b8c7ad1a8 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 27 Mar 2026 14:37:02 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20Forgejo=20runner=20image=20?= =?UTF-8?q?=E2=80=94=20data.forgejo.org/forgejo/runner:6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit code.forgejo.org is the source repo, not the container registry. The OCI registry is data.forgejo.org and the image is 'runner', not 'act_runner'. https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH --- infra/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/docker-compose.yml b/infra/docker-compose.yml index ef17ec3..7f5c4cc 100644 --- a/infra/docker-compose.yml +++ b/infra/docker-compose.yml @@ -106,7 +106,7 @@ services: # Obtain FORGEJO_RUNNER_TOKEN from Forgejo: # Site Administration → Actions → Runners → Create new runner act_runner: - image: code.forgejo.org/forgejo/act_runner:latest + image: data.forgejo.org/forgejo/runner:6 container_name: act_runner restart: unless-stopped environment: