Sign inSign up

julman99/github-self-hosted-runner

By julman99

Updated about 2 years ago

Simple way to run a github actions self hosted runner in a container

Image
Integration & delivery
0

2.1K

julman99/github-self-hosted-runner repository overview

Run a self hosted runner easily

https://github.com/julman99/github-self-hosted-runner

How to use

docker run -it --rm \
  -e TOKEN=<your-runner-token> \
  -e REPO_URL=<your-repo-url> \
  -e NAME=<your-runner-name> \
  -e RUNNER_GROUP=<your-runner-group-optional> \
  -v <local-path>=/actions-runner \
  julman99/github-self-hosted-runner

Tag summary

Content type

Image

Digest

sha256:d475cd800

Size

287.2 MB

Last updated

about 2 years ago

docker pull julman99/github-self-hosted-runner