Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 324 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 324 Bytes

Actions Runner

Quick Guide

  1. Build the Docker image
docker build -t actions-runner .
  1. Create a docker-compose.yml file and set the environment variables
cp docker-compose.yml.example docker-compose.yml
vim docker-compose.yml
  1. Run the Docker container
docker-compose up -d