fix: correct Forgejo runner image — data.forgejo.org/forgejo/runner:6

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
This commit is contained in:
Claude 2026-03-27 14:37:02 +00:00
parent f9eacd03be
commit 3afdc66ec2
No known key found for this signature in database

View file

@ -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: