You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time you want to update the runner you have to do the following:
6
+
7
+
* go to the following page: <https://github.com/actions/runner/releases> and choose the latest runner
8
+
* on the page of the chosen release, you need to take two pieces of info:
9
+
10
+
* the version of the runner
11
+
12
+
* the sha of the `actions-runner-linux-x64` version these two info must be inserted in the Dockerfile respectively in the variable: `ENV_GITHUB_RUNNER_VERSION` and `ENV_GITHUB_RUNNER_VERSION_SHA`
13
+
14
+
* run a local build
15
+
16
+
* Push your code and be sure that the action `beta-docker-branch` runs correctly
0 commit comments