Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 861 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 861 Bytes

GitHub Actions Runner

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.