GitHub Actions runner image
384
docker pull fridus/github-runner
docker run -d --name github-runner \
-e REPO=your-org/your-repo \
-e TOKEN=your-token \
-e NAME=your-runner-name \
fridus/github-runner:latest
REPO is the repository to register the runner to. Required.TOKEN is the personal access token to use to register the runner. Required.NAME is the name of the runner (used as a prefix for the runner name). Optional.Content type
Image
Digest
sha256:8bc2dfa2e…
Size
879 MB
Last updated
about 1 year ago
docker pull fridus/github-runner