File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
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.318 .0
9
+ RUNNER_VERSION ?= 2.319 .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,7 +6,7 @@ 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.318 .0
9
+ RUNNER_VERSION ?= 2.319 .0
10
10
RUNNER_CONTAINER_HOOKS_VERSION ?= 0.6.1
11
11
DOCKER_VERSION ?= 24.0.7
12
12
Original file line number Diff line number Diff line change 1
- RUNNER_VERSION=2.318 .0
1
+ RUNNER_VERSION=2.319 .0
2
2
RUNNER_CONTAINER_HOOKS_VERSION=0.6.1
Original file line number Diff line number Diff line change 36
36
37
37
testResultCMNamePrefix = "test-result-"
38
38
39
- RunnerVersion = "2.318 .0"
39
+ RunnerVersion = "2.319 .0"
40
40
RunnerContainerHooksVersion = "0.6.1"
41
41
)
42
42
You can’t perform that action at this time.
0 commit comments