cp docker-compose.example.yaml docker-compose.yaml
docker volume create action-runner-artifacts
vim docker-compose.yaml
docker compose up -d
Host your own runners and customize the environment used to run jobs in your GitHub Actions workflows. Learn more about self-hosted runners.
Parameter | Description |
---|---|
REPO_URL |
The URL of the repository. |
RUNNER_TOKEN |
The token for the runner. |
RUNNER_NAME |
The name of the runner. |
RUNNER_LABELS |
The labels for the runner. |
A short snippet describing the license (MIT)
MIT © Cangsheng Shen