1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-01 17:38:36 +00:00

fix: example uses code.forgejo.org/oci

Otherwise it may get rate limited in the CI verifying it works
This commit is contained in:
Earl Warren 2025-01-15 11:41:24 +01:00
parent 48e0db5ddb
commit 564134560b
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
5 changed files with 14 additions and 13 deletions

View file

@ -6,7 +6,7 @@ The following assumes:
* a `runner-config.yml` file exists in /tmp/data
```sh
docker run -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/data:/data --user 1000:133 --rm code.forgejo.org/forgejo/runner:5.0.4 forgejo-runner --config runner-config.yaml daemon
docker run -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/data:/data --user 1000:133 --rm code.forgejo.org/forgejo/runner:6.0.1 forgejo-runner --config runner-config.yaml daemon
```
The workflows will run using the host docker srever
The workflows will run using the host docker server