Skip to content

greffgreff/github-runner-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Github Runner as a Docker Image

A self-hosted runner for Github actions in the for of a Docker container.

  1. Pull and Run the container

Set ENVs for:

  • REPO for which the runner is meant to run for (format: "owner/repository")
  • TOKEN a personal access token with access to workflow and admin:org
  1. Make use of it in your workflows

Set the runs-on parameters of your workflow from "ubuntu-latest" or other to "self-hosted"

  1. Profit