Skip to content

Commit

Permalink
upgrade to 309
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 committed Sep 21, 2023
1 parent 1648882 commit 3a42fd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.308.0"
ENV ENV_GITHUB_RUNNER_VERSION_SHA=9f994158d49c5af39f57a65bf1438cbae4968aec1e4fec132dd7992ad57c74fa
ENV ENV_GITHUB_RUNNER_VERSION="2.309.0"
ENV ENV_GITHUB_RUNNER_VERSION_SHA=2974243bab2a282349ac833475d241d5273605d3628f0685bd07fb5530f9bb1a
# https://github.com/Azure/kubelogin/blob/master/CHANGELOG.md
ENV ENV_KUBELOGIN_VERSION=0.0.31
ENV ENV_YQ_VERSION="v4.30.6"
Expand Down
4 changes: 0 additions & 4 deletions github-runner-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,11 @@ REGISTRATION_TOKEN="$(curl -X POST -fsSL \
"$REGISTRATION_TOKEN_API_URL" \
| jq -r '.token')"

printf "After token: $REGISTRATION_TOKEN;\n"

./actions-runner/config.sh \
--url $REPO_URL \
--token $REGISTRATION_TOKEN \
--unattended \
--ephemeral \
--disableupdate

printf "config run successfully\n"

./actions-runner/run.sh

0 comments on commit 3a42fd5

Please sign in to comment.