FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

switenky/docker-github-runner-linux: Repository for a self hosted GitHub runner as a Docker container · GitHub

 
 

Latest commit

 

History

156 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Self-Hosted Runner

A containerized GitHub Actions runner. Fork of Pwd9000-ML/docker-github-runner-linux, simplified and published to GitHub Container Registry.

Usage

docker run -d \
  -e GH_TOKEN="your-github-token" \
  -e GH_OWNER="your-username" \
  -e GH_REPOSITORY="your-repo" \
  ghcr.io/cswitenky/docker-github-runner-linux:latest

Environment Variables

  • GH_TOKEN - GitHub Personal Access Token (repo and workflow scopes)
  • GH_OWNER - Repository owner
  • GH_REPOSITORY - Repository name

Works with any GitHub repository. Supports AMD64 and ARM64.

About

Repository for a self hosted GitHub runner as a Docker container

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL