diff --git a/products/github/actions-runner/gha-runner.tf b/products/github/actions-runner/gha-runner.tf index cec7c9f..bd86cc9 100644 --- a/products/github/actions-runner/gha-runner.tf +++ b/products/github/actions-runner/gha-runner.tf @@ -15,5 +15,9 @@ module "github_actions_runner" { EPHEMERAL = true DISABLE_AUTO_UPDATE = "disable_updates" } - mounts = { "/var/run/docker.sock" = "/var/run/docker.sock" } + mounts = { + "/goliath/github/runner" = "/github" + "/var/run/docker.sock" = "/var/run/docker.sock" + } + restart_delay = "30s" } \ No newline at end of file diff --git a/products/github/actions-runner/inputs.tf b/products/github/actions-runner/inputs.tf index 8c535a5..d894ab1 100644 --- a/products/github/actions-runner/inputs.tf +++ b/products/github/actions-runner/inputs.tf @@ -32,7 +32,6 @@ variable "github_token" { type = string description = "The github token to use to register the runner." } - # Pass-thru variables variable "service_name" { type = string