/github-actions

A project for exploring github actions.

Primary LanguageJavaScript

Github Actions (Exploring)

Running Self-Hosted Runner

Build Runner image

docker build -t gha-runner -f Dockerfile.runner.linux.amd64 .

Run Runner container

docker run -it --name gha gha-runner /bin/bash

Inside docker container

cd actions-runner

Follow the instructions given by Github:

./config.sh ...

Note: actions that uses docker in dockerized self-hosted runner will not work.