File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
DOCKER_USER ?= $(shell echo ${DOCKER_IMAGE_NAME} | cut -d / -f1)
7
7
VERSION ?= dev
8
8
COMMIT_SHA = $(shell git rev-parse HEAD)
9
- RUNNER_VERSION ?= 2.312 .0
9
+ RUNNER_VERSION ?= 2.313 .0
10
10
TARGETPLATFORM ?= $(shell arch)
11
11
RUNNER_NAME ?= ${DOCKER_USER}/actions-runner
12
12
RUNNER_TAG ?= ${VERSION}
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ DIND_ROOTLESS_RUNNER_NAME ?= ${DOCKER_USER}/actions-runner-dind-rootless
6
6
OS_IMAGE ?= ubuntu-22.04
7
7
TARGETPLATFORM ?= $(shell arch)
8
8
9
- RUNNER_VERSION ?= 2.312 .0
10
- RUNNER_CONTAINER_HOOKS_VERSION ?= 0.5.0
9
+ RUNNER_VERSION ?= 2.313 .0
10
+ RUNNER_CONTAINER_HOOKS_VERSION ?= 0.5.1
11
11
DOCKER_VERSION ?= 24.0.7
12
12
13
13
# default list of platforms for which multiarch image is built
Original file line number Diff line number Diff line change 1
- RUNNER_VERSION=2.312 .0
2
- RUNNER_CONTAINER_HOOKS_VERSION=0.5.0
1
+ RUNNER_VERSION=2.313 .0
2
+ RUNNER_CONTAINER_HOOKS_VERSION=0.5.1
Original file line number Diff line number Diff line change 36
36
37
37
testResultCMNamePrefix = "test-result-"
38
38
39
- RunnerVersion = "2.312 .0"
40
- RunnerContainerHooksVersion = "0.5.0 "
39
+ RunnerVersion = "2.313 .0"
40
+ RunnerContainerHooksVersion = "0.5.1 "
41
41
)
42
42
43
43
// If you're willing to run this test via VS Code "run test" or "debug test",
You can’t perform that action at this time.
0 commit comments