github-runner icon indicating copy to clipboard operation
github-runner copied to clipboard

Results 5 github-runner issues
Sort by recently updated
recently updated
newest added

I've been using this image in Kubernetes, not sure if relevant, but I noticed when I deleted the Pods, the runners were failing to cleanup. I'm able to reproduce this...

When running the runner with ```shell $ docker run --rm \ --name github-runner \ -e GITHUB_OWNER=5nafu \ -e GITHUB_REPOSITORY=sanderKnape_github-runner_env_exposure -e GITHUB_PAT= \ -e RUNNER_LABELS=comma,separated,labels \ -e ARBITRARY_ENV=value \ sanderknape/github-runner ```...

I have made some changes to your Dockerfile and the bash file so I can use it to register the self-hosted docker runner at the organization level. The problem is...

Hi! This looks cool. Can it build Docker images or do I need to change the dockerfile somehow? Thanks!