GitHub Actions Runner

April 7, 2022 ยท View on GitHub

DockerHub GitHub Actions Runner

https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners

GitHub Actions self-hosted runner

Configures and starts the runner using the url and token provided at https://github.com/<user_or_organization>//settings/actions/runners:

docker run -ti harisekhon/github-actions-runner --url <repo> --token <token> --unattended

Related Docker images can be found for many Open Source, Big Data and NoSQL technologies on my DockerHub profile. The source for them all can be found in the master Dockerfiles GitHub repo.