mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 11:41:27 +00:00
feat: bump docker and hooks in 20.04 (#2063)
Co-authored-by: toast-gear <toast-gear@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/runners.yaml
vendored
4
.github/workflows/runners.yaml
vendored
@@ -26,8 +26,8 @@ on:
|
||||
|
||||
env:
|
||||
RUNNER_VERSION: 2.299.1
|
||||
DOCKER_VERSION: 20.10.12
|
||||
RUNNER_CONTAINER_HOOKS_VERSION: 0.1.2
|
||||
DOCKER_VERSION: 20.10.21
|
||||
RUNNER_CONTAINER_HOOKS_VERSION: 0.1.3
|
||||
DOCKERHUB_USERNAME: summerwind
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -7,8 +7,8 @@ OS_IMAGE ?= ubuntu-20.04
|
||||
TARGETPLATFORM ?= $(shell arch)
|
||||
|
||||
RUNNER_VERSION ?= 2.299.1
|
||||
RUNNER_CONTAINER_HOOKS_VERSION ?= 0.1.2
|
||||
DOCKER_VERSION ?= 20.10.18
|
||||
RUNNER_CONTAINER_HOOKS_VERSION ?= 0.1.3
|
||||
DOCKER_VERSION ?= 20.10.21
|
||||
|
||||
# default list of platforms for which multiarch image is built
|
||||
ifeq (${PLATFORMS}, )
|
||||
|
||||
Reference in New Issue
Block a user