actions-runner
Deploy github actions runner on docker
345
Deploy this with Docker Compose:
services:
actions-runner-ci:
image: simonhoellein/actions-runner:latest
restart: always
environment:
- REPO=[user/repository]
- ACCESS_TOKEN=[Github Access Token]
deploy:
mode: replicated
replicas: 2
resources:
limits:
cpus: '0.35'
memory: 300M
reservations:
cpus: '0.25'
memory: 128M
Note: The Access Token needs admin:org, repo, workflow permissions!
Content type
Image
Digest
sha256:f26278842…
Size
652.3 MB
Last updated
over 1 year ago
docker pull simonhoellein/actions-runner