[*] 触发一下 Actions
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
This commit is contained in:
parent
760a01d7a7
commit
f10338b2cb
32
README.md
32
README.md
@ -1,31 +1 @@
|
|||||||
```bash
|
### Gitea Runner
|
||||||
docker pull docker.martin98.com/library/act_runner:latest
|
|
||||||
|
|
||||||
docker run --entrypoint="" --rm -it docker.martin98.com/library/act_runner:latest act_runner generate-config > config.yaml
|
|
||||||
```
|
|
||||||
|
|
||||||
```bash
|
|
||||||
docker run \
|
|
||||||
-v $(pwd)/config.yaml:/config.yaml \
|
|
||||||
-v $(pwd)/data:/data \
|
|
||||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
|
||||||
-e CONFIG_FILE=/config.yaml \
|
|
||||||
-e GITEA_INSTANCE_URL=<instance_url> \
|
|
||||||
-e GITEA_RUNNER_REGISTRATION_TOKEN=<registration_token> \
|
|
||||||
-e GITEA_RUNNER_NAME=<runner_name> \
|
|
||||||
-e GITEA_RUNNER_LABELS=<runner_labels> \
|
|
||||||
--name my_runner \
|
|
||||||
-d gitea/act_runner:nightly
|
|
||||||
```
|
|
||||||
|
|
||||||
ubuntu-20.04
|
|
||||||
|
|
||||||
ubuntu-20.04-full
|
|
||||||
|
|
||||||
ubuntu-20.04-slim
|
|
||||||
|
|
||||||
{ubuntu-{latest,??.??}{,-full,-slim}}
|
|
||||||
|
|
||||||
|
|
||||||
docker pull docker.martin98.com/library/runner-images:0.2.9
|
|
||||||
```bash
|
|
Loading…
x
Reference in New Issue
Block a user