Skip to content

Latest commit

 

History

History

github-actions-runner

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

github-actions-runner

Docker Compose for Github Actions Runner

Containers

Name Description Port
github-actions-runner runner for github actions --

Configuration

Read more on adding self-hosted runners on how to get a token, then define RUNNER_TOKEN in the docker-compose.yaml

Usage

To start the actions runner:

make up

Then define a workflow in .github/workflows/ci.yml and ensure that you define the runs-on section:

jobs:
  build:
    name: build-application
    runs-on: self-hosted

Resources