Skip to the content.

Service Action Runner [docker action]

Run CI jobs for a particular service in a mono repo

The latest version available for this action is 99202c06. It was last updated on Wed Mar 04 2026.

Inputs

service

The name of service (folder name relative to root)

targets

targets to call in the makefile

Examples

As a step in pre-existing job.

This simple job example has the bare minimum required to run.

service-action-runner: name: Service Action Runner runs-on: ubuntu-latest steps: - uses: actions/checkout@master - uses: dogmatic69/actions@99202c06 with: service: foobar targets: foobar

This example has all possible inputs, with dummy data.

service-action-runner: name: Service Action Runner runs-on: ubuntu-latest steps: - uses: actions/checkout@master - uses: dogmatic69/actions@99202c06 with: service: foobar targets: foobar