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:
parent
63d2cbfdaa
commit
c1fb793773
|
|
@ -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}, )
|
||||
|
|
|
|||
Loading…
Reference in New Issue