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:
|
env:
|
||||||
RUNNER_VERSION: 2.299.1
|
RUNNER_VERSION: 2.299.1
|
||||||
DOCKER_VERSION: 20.10.12
|
DOCKER_VERSION: 20.10.21
|
||||||
RUNNER_CONTAINER_HOOKS_VERSION: 0.1.2
|
RUNNER_CONTAINER_HOOKS_VERSION: 0.1.3
|
||||||
DOCKERHUB_USERNAME: summerwind
|
DOCKERHUB_USERNAME: summerwind
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,8 @@ OS_IMAGE ?= ubuntu-20.04
|
||||||
TARGETPLATFORM ?= $(shell arch)
|
TARGETPLATFORM ?= $(shell arch)
|
||||||
|
|
||||||
RUNNER_VERSION ?= 2.299.1
|
RUNNER_VERSION ?= 2.299.1
|
||||||
RUNNER_CONTAINER_HOOKS_VERSION ?= 0.1.2
|
RUNNER_CONTAINER_HOOKS_VERSION ?= 0.1.3
|
||||||
DOCKER_VERSION ?= 20.10.18
|
DOCKER_VERSION ?= 20.10.21
|
||||||
|
|
||||||
# default list of platforms for which multiarch image is built
|
# default list of platforms for which multiarch image is built
|
||||||
ifeq (${PLATFORMS}, )
|
ifeq (${PLATFORMS}, )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue