Skip to content

Repository files navigation

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.

About

A project for exploring github actions.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages