Skip to content

NoSpof/githubRunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Github Runner selfhosted

you can build a prvate runner to execute github actions workload.

How to build:

With Docker :

docker build -t . runner

With nerdctl

nerdctl build -t . runner

How to run:

nerdctl.exe run  --env "REPO_URL=######" --env "REPO_TOKEN=############" -it runner

You can register a repository or an organisation with this docker image.

Releases

No releases published

Packages

No packages published