chore: bump docker and runner version and add imageos env var (#730)

* chore: bump runner version

* chore: bump docker version

* feat: add in ImageOS env var

* chore: adding missing fail switches
This commit is contained in:
toast-gear
2021-08-18 15:50:17 +01:00
committed by GitHub
parent dc9f9b0bfb
commit b6465c5d09
5 changed files with 23 additions and 18 deletions

View File

@@ -2,8 +2,8 @@ NAME ?= summerwind/actions-runner
DIND_RUNNER_NAME ?= ${NAME}-dind
TAG ?= latest
RUNNER_VERSION ?= 2.279.0
DOCKER_VERSION ?= 19.03.12
RUNNER_VERSION ?= 2.280.2
DOCKER_VERSION ?= 20.10.8
# default list of platforms for which multiarch image is built
ifeq (${PLATFORMS}, )