simonhoellein/actions-runner

By simonhoellein

Updated over 1 year ago

Deploy github actions runner on docker

Image
Integration & delivery
0

345

simonhoellein/actions-runner repository overview

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!

Tag summary

Content type

Image

Digest

sha256:f26278842

Size

652.3 MB

Last updated

over 1 year ago

docker pull simonhoellein/actions-runner