diff --git a/.github/workflows/runners.yml b/.github/workflows/runners.yml index 30e94190..1f884c7b 100644 --- a/.github/workflows/runners.yml +++ b/.github/workflows/runners.yml @@ -16,7 +16,7 @@ on: - '!**.md' env: - RUNNER_VERSION: 2.291.1 + RUNNER_VERSION: 2.292.0 DOCKER_VERSION: 20.10.12 DOCKERHUB_USERNAME: summerwind diff --git a/Makefile b/Makefile index 3e6bd47c..fed5dbac 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ else endif DOCKER_USER ?= $(shell echo ${NAME} | cut -d / -f1) VERSION ?= latest -RUNNER_VERSION ?= 2.291.1 +RUNNER_VERSION ?= 2.292.0 TARGETPLATFORM ?= $(shell arch) RUNNER_NAME ?= ${DOCKER_USER}/actions-runner RUNNER_TAG ?= ${VERSION} diff --git a/runner/Makefile b/runner/Makefile index a69cb8e6..dd5356f9 100644 --- a/runner/Makefile +++ b/runner/Makefile @@ -4,7 +4,7 @@ DIND_RUNNER_NAME ?= ${DOCKER_USER}/actions-runner-dind TAG ?= latest TARGETPLATFORM ?= $(shell arch) -RUNNER_VERSION ?= 2.291.1 +RUNNER_VERSION ?= 2.292.0 DOCKER_VERSION ?= 20.10.12 # default list of platforms for which multiarch image is built diff --git a/runner/actions-runner-dind.dockerfile b/runner/actions-runner-dind.dockerfile index d7decd3f..d8830bf1 100644 --- a/runner/actions-runner-dind.dockerfile +++ b/runner/actions-runner-dind.dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:20.04 ARG TARGETPLATFORM -ARG RUNNER_VERSION=2.291.1 +ARG RUNNER_VERSION=2.292.0 ARG DOCKER_CHANNEL=stable ARG DOCKER_VERSION=20.10.12 ARG DUMB_INIT_VERSION=1.2.5 diff --git a/runner/actions-runner.dockerfile b/runner/actions-runner.dockerfile index f6859cbe..e9516329 100644 --- a/runner/actions-runner.dockerfile +++ b/runner/actions-runner.dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:20.04 ARG TARGETPLATFORM -ARG RUNNER_VERSION=2.291.1 +ARG RUNNER_VERSION=2.292.0 ARG DOCKER_CHANNEL=stable ARG DOCKER_VERSION=20.10.12 ARG DUMB_INIT_VERSION=1.2.5