Skip to content

How do I always get the latest runner version? #3119

Answered by Link-
sd185434 asked this question in FAQs
Discussion options

You must be logged in to vote

You need to regularly call our APIs to check for the latest runner release published here: https://github.com/actions/runner/releases and rebuild your image based on that.

Here's an example workflow that we use for ARC which you can get some inspiration from:

Then you have to build your docker image by passing the updated runner version (and runner-container-hooks) like this: https://github.com/actions/runner/blob/ac89b31d2f0eb27e223f4e3c1480b6a144407e1d/.github/workflows/publish-image.yml#L62

Obviously, I personally don't recommend that you immediately and au…

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@krische
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@joshua-reddish
Comment options

Answer selected by Link-
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
FAQs
Labels
None yet
8 participants