File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# from https://hub.docker.com/_/ubuntu/tags?page=1&name=22.04
22FROM ubuntu:22.04@sha256:965fbcae990b0467ed5657caceaec165018ef44a4d2d46c7cdea80a9dff0d1ea
33
4- ENV ENV_GITHUB_RUNNER_VERSION="2.302.1 "
5- ENV ENV_GITHUB_RUNNER_VERSION_SHA=3d357d4da3449a3b2c644dee1cc245436c09b6e5ece3e26a05bb3025010ea14d
4+ ENV ENV_GITHUB_RUNNER_VERSION="2.304.0 "
5+ ENV ENV_GITHUB_RUNNER_VERSION_SHA=292e8770bdeafca135c2c06cd5426f9dda49a775568f45fcc25cc2b576afc12f
66ENV ENV_YQ_VERSION="v4.30.6"
77ENV ENV_KUBELOGIN_VERSION=0.0.27
88
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ mkdir -p actions-runner
2222cd actions-runner || exit
2323
2424# from https://github.com/actions/runner/releases
25- GITHUB_RUNNER_VERSION=" ${ENV_GITHUB_RUNNER_VERSION:- 2.302.1 } "
26- GITHUB_RUNNER_VERSION_SHA=" ${ENV_GITHUB_RUNNER_VERSION_SHA:- 3d357d4da3449a3b2c644dee1cc245436c09b6e5ece3e26a05bb3025010ea14d } "
25+ GITHUB_RUNNER_VERSION=" ${ENV_GITHUB_RUNNER_VERSION:- 2.304.0 } "
26+ GITHUB_RUNNER_VERSION_SHA=" ${ENV_GITHUB_RUNNER_VERSION_SHA:- 292e8770bdeafca135c2c06cd5426f9dda49a775568f45fcc25cc2b576afc12f } "
2727curl -o actions-runner-linux-x64-${GITHUB_RUNNER_VERSION} .tar.gz -L https://github.com/actions/runner/releases/download/v${GITHUB_RUNNER_VERSION} /actions-runner-linux-x64-${GITHUB_RUNNER_VERSION} .tar.gz
2828echo " ${GITHUB_RUNNER_VERSION_SHA} actions-runner-linux-x64-${GITHUB_RUNNER_VERSION} .tar.gz" | sha256sum -c
2929tar xzf ./actions-runner-linux-x64-${GITHUB_RUNNER_VERSION} .tar.gz
You can’t perform that action at this time.
0 commit comments