This dockerfile comes from Running self-hosted GitHub Actions runners in your Kubernetes cluster
- update to lateset runner version
2.263.0 - change to organization level runner auto registration
docker run -d --name github-runner \
-e RUNNER_NAME=xdays-runner \
-e GITHUB_PAT=changeme
-e GITHUB_OWNER=ethbyte \
xdays/github-runner
- build docker image from within conatiner
