keller00 / gh-docker-runner

A Docker image to run a self-hosted runner in Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gh-docker-runner

This image allows you to run a self-hosted GitHub Action self-hosted runner

Run this image

Run it off of ghcr.io

docker run -it -e URL=https://github.com/... -e TOKEN=... ghcr.io/keller00/gh-docker-runner

Run the following image locally from source:

docker run -it -e URL=https://github.com/... -e TOKEN=... --rm $(docker build -q .)

Environmental variables

Name Description
URL The url of the repository the self-hosted runner should be assigned to
TOKEN The token relating to the repositpry the self-hosted runner is assigned to

About

A Docker image to run a self-hosted runner in Docker

License:MIT License


Languages

Language:Dockerfile 100.0%