add Fedora Kinoite Zrch Toolbox Gitea build job
All checks were successful
Gitea Actions Demo / build-arch-toolbox (push) Successful in 4m1s

This commit is contained in:
2024-11-26 10:01:43 -05:00
parent fc96c76b49
commit 58daf523ea
2 changed files with 18 additions and 11 deletions

View File

@@ -81,14 +81,16 @@ kubectl scale statefulset gitea --replicas 1
```bash
touch config.yaml
# Add `-e CONFIG_FILE=/config.yaml` to mount a config file
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=https://gitea.reeseapps.com \
-e GITEA_RUNNER_REGISTRATION_TOKEN=m8ZJGE5yEys6oC0trni1o2CkKrmufTnI7dxXZfIi \
-e GITEA_RUNNER_NAME=kube_runner \
-e GITEA_RUNNER_LABELS="ubuntu-latest:docker://catthehacker/ubuntu:act-latest", \
--restart always \
--name kube_runner \
-d gitea/act_runner:latest