mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +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:
parent
48e0db5ddb
commit
564134560b
5 changed files with 14 additions and 13 deletions
|
@ -80,8 +80,9 @@ A new repository is created in root/test with the following workflows:
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
runs-on: node-bookworm
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- run: echo All Good
|
||||
```
|
||||
|
||||
|
@ -91,7 +92,7 @@ jobs:
|
|||
on: [push]
|
||||
jobs:
|
||||
test_docker:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: docker-cli
|
||||
steps:
|
||||
- run: docker info
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue