Skip to content

Releases: joeyx22lm/docker-github-actions-runner

v0.1.0

14 Nov 05:44
d2d901e
Compare
Choose a tag to compare

Base Image: ubuntu:16.04
Github Actions Runner: v2.160.0


Added support for custom runner name, custom working directory, interactive mode and runner replacement policy.

Cleaned up README.

Added support for the following environment variables:

  • RUNNER_NAME
  • WORK_DIR
  • REPLACE_EXISTING_RUNNER
  • INTERACTIVE_MODE

v0.0.1

13 Nov 04:27
db7b10d
Compare
Choose a tag to compare

Configured ubuntu docker container to run Github Actions runner.
Base Image: ubuntu:16.04
Github Actions Runner: v2.160.0
Support for GITHUB_REPOSITORY and GITHUB_TOKEN environment variables.