Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 272 Bytes

README.adoc

File metadata and controls

5 lines (4 loc) · 272 Bytes
docker buildx build --build-arg RUNNER_VERSION=2.312.0 --tag nbmdc/github_runner .
docker run --rm --name gh_runner -e GH_USER_TOKEN=$GH_USER_TOKEN -e GH_OWNER=$GH_OWNER -e GH_REPOSITORY=$GH_REPOSITORY -e RUNNER_LABELS=$HOSTNAME -d nbmdc/github_runner:latest