Skip to content

amityagov/github-runner-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Actions Runner docker image

⚠️⚠️⚠️ Use with caution, this is just an experiment ⚠️⚠️⚠️

Run github actions runner in docker.

Ubuntu docker image used. Created with actions-runner-linux-x64-2.165.2.tar.gz release

See https://github.com/actions/runner/releases for more info.

Usage

Build

docker build . -t my_runner --build-arg REPOSITORY_URL=https://your_repo_url --build-arg TOKEN=token --build-arg RUNNER_NAME=my_repo_runner

Run

docker run -d --name my_runner my_runner:latest

Releases

No releases published

Packages

No packages published