File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
pull_request :
10
10
env :
11
11
IMAGE_NAME : karellen-gha-runner
12
- RUNNER_VERSION : 2.314.1
12
+ RUNNER_VERSION : 2.315.0
13
13
14
14
jobs :
15
15
push :
19
19
contents : read
20
20
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
24
24
- name : Build image
25
25
run : docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" --build-arg RUNNER_ARCH="${{ runner.arch }}" --build-arg RUNNER_VERSION=$RUNNER_VERSION
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ FROM ubuntu:jammy
4
4
5
5
ARG RUNNER_VERSION
6
6
ARG RUNNER_ARCH
7
- ARG BUILDX_VERSION=0.12 .1
8
- ARG RUNNER_CONTAINER_HOOKS_VERSION=0.5.1
7
+ ARG BUILDX_VERSION=0.13 .1
8
+ ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.0
9
9
10
10
11
11
RUN mkdir -p /home/runner
You can’t perform that action at this time.
0 commit comments