| .. | ||
| config | ||
| docker-compose.yml | ||
| Dockerfile.task-executor | ||
| initialize-gitea.sh | ||
| README.md | ||
| run-this-first.sh | ||
Deployment Notes
Gitea
Build gitea/act_runner Docker Container
- To build the
act_runnercontainer from Gitea, in another directory run:
git clone https://gitea.com/gitea/act_runner
cd act_runner
docker build -t cerc/act-runner:local .
Deploy Gitea Stack
cd ./gitea- Build the task executor container:
docker build -t cerc/act-runner-task-executor:local -f Dockerfile.task-executor . - Run the script
./run-this-first.sh - Bring up the gitea cluster
docker compose up -d - Run the script
./initialize-gitea.sh - Note the access token printed, it will be needed to publish packages.