Images with a github self-hosted action runner.
Build it as you would build any dockerfile:
docker build -t actions-runner .If you wish, you can instead push it from Dockerhub:
docker push coderookieerick/github-actions-runnerExecute this command to run the container:
docker run -itd --name=actions-runner -e AR_ORGANIZATION=YourOrganizationName -e AR_TOKEN=YourToken actions-runnerWhere YourOrganizationName is the name of your github organization and YourToken is the actions-runner registration token.
If you need more information please consider checking the official actions runner documentation here.