Skip to content

Run GitHub Actions on self-hosted runner using Docker.

License

Notifications You must be signed in to change notification settings

espm-157/docker-github-runner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Runner

This is a derative of the workflow from tcardonne/docker-github-runner which does not expose the GITHUB_ACCESS_TOKEN as an env var to the runner environment! Instead, you must docker exec into the container after bringing it up and manually run:

docker exec -ti <container> bash
/entrypoint.sh <GITHUB_ACCESS_TOKEN>

to bring up the runner.

This builds the runner from the Ubuntu-based rocker/geospatial image, containing many commonly-used dependencies for R-based work.

About

Run GitHub Actions on self-hosted runner using Docker.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 46.3%
  • Shell 44.3%
  • Makefile 9.4%