Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 465 Bytes

File metadata and controls

15 lines (9 loc) · 465 Bytes

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