From 2fb64e21af2371d0b154f5a6fcc768d64657c563 Mon Sep 17 00:00:00 2001 From: Marcus Young Date: Mon, 13 Dec 2021 10:53:14 -0600 Subject: [PATCH] Add docs around auto update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1fe9e24b..f72f1f38 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ This will run the [new self-hosted github actions runners](https://help.github.c ## Notes ## +### Auto Update Issues ### + +There is a [known issue with auto updates in docker](https://github.com/actions/runner/issues/246). If one is running a version that has an update it will try to auto update and fail. The only current workaround is to run `latest` which in theory is always up to date and wont update/throttle. + ### Docker Support ### Please note that while this runner installs and allows docker, github actions itself does not support using docker from a self hosted runner yet.