Skip to content

LostSavannah/github-actions-runner

Repository files navigation

Test

Publish

github-actions-runner

Images with a github self-hosted action runner.

Build

Build it as you would build any dockerfile:

docker build -t actions-runner .

If you wish, you can instead push it from Dockerhub:

docker push coderookieerick/github-actions-runner

Run

Execute this command to run the container:

docker run -itd --name=actions-runner -e AR_ORGANIZATION=YourOrganizationName -e AR_TOKEN=YourToken actions-runner

Where YourOrganizationName is the name of your github organization and YourToken is the actions-runner registration token.

If you need more information please consider checking the official actions runner documentation here.

About

Ready to go image with a github self-hosted action runner with dotnet8

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published