diff --git a/Dockerfile b/Dockerfile index 246598b..8c092e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,8 @@ FROM ubuntu:22.04@sha256:965fbcae990b0467ed5657caceaec165018ef44a4d2d46c7cdea80a9dff0d1ea # see readme to understand wich version and use to use -ENV ENV_GITHUB_RUNNER_VERSION="2.307.1" -ENV ENV_GITHUB_RUNNER_VERSION_SHA=038c9e98b3912c5fd6d0b277f2e4266b2a10accc1ff8ff981b9971a8e76b5441 +ENV ENV_GITHUB_RUNNER_VERSION="2.308.0" +ENV ENV_GITHUB_RUNNER_VERSION_SHA=9f994158d49c5af39f57a65bf1438cbae4968aec1e4fec132dd7992ad57c74fa # https://github.com/Azure/kubelogin/blob/master/CHANGELOG.md ENV ENV_KUBELOGIN_VERSION=0.0.31 ENV ENV_YQ_VERSION="v4.30.6" diff --git a/github-runner-entrypoint.sh b/github-runner-entrypoint.sh index d3db228..396ea2f 100644 --- a/github-runner-entrypoint.sh +++ b/github-runner-entrypoint.sh @@ -65,7 +65,7 @@ REGISTRATION_TOKEN="$(curl -X POST -fsSL \ printf "After token: $REGISTRATION_TOKEN;\n" -./actions-runner/config.sh --url $REPO_URL --token $REGISTRATION_TOKEN --unattended --ephemeral +./actions-runner/config.sh --url $REPO_URL --token $REGISTRATION_TOKEN --unattended --ephemeral --disableupdate printf "config run successfully\n"