fix: retry actions

This commit is contained in:
lab 2023-11-09 12:07:46 +08:00
parent 120a7af640
commit 3215109165

View File

@ -1,3 +1,15 @@
# gitea-runner-ci-demo
A gitea runner ci demo
### gitea runner
``` shell
docker run -itd \
-e GITEA_INSTANCE_URL=<gitea-server> \
-e GITEA_RUNNER_REGISTRATION_TOKEN=<gitea-runner-token> \
-v /var/run/docker.sock:/var/run/docker.sock \
--name gitea_runner \
gitea/act_runner:latest
```