- Build docker image:
docker build -t gh-runner .
- Set environment variables in .env file:
- OWNER - GitHub's repository owner
- REPO - Git repository in GitHub
- PAT - Personal Access Token with repo rights
- Run image with
docker run -ti --rm --env-file .env gh-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
Dockerized self-hosted GitHub runner
maciejgwizdala/github-runner
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Dockerized self-hosted GitHub runner