We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9545e13 commit 574769aCopy full SHA for 574769a
.github/workflows/build.yml
@@ -9,7 +9,7 @@ on:
9
pull_request:
10
env:
11
IMAGE_NAME: karellen-gha-runner
12
- RUNNER_VERSION: 2.316.1
+ RUNNER_VERSION: 2.317.0
13
14
jobs:
15
push:
Dockerfile
@@ -4,7 +4,7 @@ FROM ubuntu:jammy
4
5
ARG RUNNER_VERSION
6
ARG RUNNER_ARCH
7
-ARG BUILDX_VERSION=0.13.1
+ARG BUILDX_VERSION=0.13.2
8
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.0
@@ -38,6 +38,8 @@ RUN set -x && \
38
patch \
39
less \
40
lsb-release \
41
+ gpg-agent \
42
+ software-properties-common \
43
udev && \
44
\
45
mkdir -p -m 755 /etc/apt/keyrings && \
0 commit comments