myoung34 / docker-github-actions-runner

This will run the new self-hosted github actions runners with docker-in-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable autoupdates with `--disableupdate` flag

adozzer opened this issue · comments

Now running docker instances fail to start if runner was updated. It starts an autoupdate procedure and restarts the process after finish, bringing down the container.
However, GitHub recently released a feature for runners, which allows to not update automatically.
Can it be used?

This is already supported. See the DISABLE_AUTO_UPDATE env var in the README.