Skip to content

hikarin522/GitHubActionsRunnerContainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHubActionsRunnerContainer

GitHub Workflow Status (branch) Docker Pulls GitHub

A docker container image of GitHub Actions self-hosted runner.

Usage

docker run --rm -d -v /var/run/docker.sock:/var/run/docker.sock hikarin/github-actions-runner:latest --ephemeral --url "https://github.com/********" --token "****************"