Docker Compose for Github Actions Runner
Name | Description | Port |
---|---|---|
github-actions-runner | runner for github actions | -- |
Read more on adding self-hosted runners on how to get a token, then define RUNNER_TOKEN
in the docker-compose.yaml
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