Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 407 Bytes

File metadata and controls

27 lines (16 loc) · 407 Bytes

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.