This image is an extension of myoung34/docker-github-actions-runner that:
Here is an example compose file with scaling:
version: '2.4'
services:
github-actions:
environment:
ACCESS_TOKEN: ${GITHUB_ACTIONS_ACCESS_TOKEN}
ORG_NAME: ${GITHUB_ACTIONS_ORG_NAME}
ORG_RUNNER: 'true'
RUNNER_NAME: ${GITHUB_ACTIONS_RUNNER_NAME}
RUNNER_WORKDIR: ${PWD}/_work
image: interaction/github-actions-runner
restart: always
scale: ${GITHUB_ACTIONS_SCALE:-2}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${PWD}/_work:${PWD}/_work
Content type
Image
Digest
sha256:3c2384e07…
Size
565.5 MB
Last updated
over 2 years ago
docker pull interaction/github-actions-runner