Skip to content

Repository files navigation

github-self-hosted-runner-container

Table of Contents

About

Docker image for running a local Github Action Runner in Docker.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Usage

To add a runner

To run

docker run -it -e GITHUB_REG_TOKEN=<your-key> -e GITHUB_URL=https://github.com/<your-repo> densom/self-hosted-runner:latest

Or, copy .env.example into .env and change the variables for your project.

docker run -it --env-file .env densom/self-hosted-runner:latest
# required
GITHUB_REG_TOKEN=<your-key>
GITHUB_URL=https://github.com/<your-repo>

# optional
GITHUB_RUNNER_NAME=my-local-runner
GITHUB_RUNNER_GROUP=Default
GITHUB_RUNNER_WORKDIR=_work

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages