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:
parent
f9eacd03be
commit
3afdc66ec2
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue