Github self hosted runner that runs on a container
3.3K
This repository contains Dockerfile definitions for
lambda3/github-runner-windows.
You need to set these environment variables:
TOKEN - The token from Github Actions. Required.REPO - The Github repo, should be owner/repo. Required.GROUP - The runner group. Optional. Default value: DefaultOn Windows, use Docker for Windows and run, on PowerShell:
docker run --name github-actions-runner -e TOKEN=$env:TOKEN -e REPO=$env:REPO lambda3/github-runner-windows
This software is open source, licensed under the MIT license. See LICENSE.txt for details. Check out the terms of the license before you contribute, fork, copy or do anything with the code. If you decide to contribute you agree to grant copyright of all your contribution to this project, and agree to mention clearly if do not agree to these terms. Your work will be licensed with the project at Apache V2, along the rest of the code.
Content type
Image
Digest
sha256:0ec45fab4…
Size
3.2 GB
Last updated
about 4 years ago
docker pull lambda3/github-runner-windows