chore(deps): update dependency actions/runner to v2.290.1

This commit is contained in:
Renovate Bot 2022-04-14 15:18:22 +00:00 committed by renovate[bot]
parent 3b48db0d26
commit 81951780b1
4 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ on:
- '!**.md' - '!**.md'
env: env:
RUNNER_VERSION: 2.290.0 RUNNER_VERSION: 2.290.1
DOCKER_VERSION: 20.10.12 DOCKER_VERSION: 20.10.12
DOCKERHUB_USERNAME: summerwind DOCKERHUB_USERNAME: summerwind

View File

@ -1,7 +1,7 @@
FROM ubuntu:20.04 FROM ubuntu:20.04
ARG TARGETPLATFORM ARG TARGETPLATFORM
ARG RUNNER_VERSION=2.290.0 ARG RUNNER_VERSION=2.290.1
ARG DOCKER_CHANNEL=stable ARG DOCKER_CHANNEL=stable
ARG DOCKER_VERSION=20.10.12 ARG DOCKER_VERSION=20.10.12
ARG DUMB_INIT_VERSION=1.2.5 ARG DUMB_INIT_VERSION=1.2.5

View File

@ -1,7 +1,7 @@
FROM ubuntu:20.04 FROM ubuntu:20.04
ARG TARGETPLATFORM ARG TARGETPLATFORM
ARG RUNNER_VERSION=2.290.0 ARG RUNNER_VERSION=2.290.1
ARG DOCKER_CHANNEL=stable ARG DOCKER_CHANNEL=stable
ARG DOCKER_VERSION=20.10.12 ARG DOCKER_VERSION=20.10.12
ARG DUMB_INIT_VERSION=1.2.5 ARG DUMB_INIT_VERSION=1.2.5

View File

@ -4,7 +4,7 @@ DIND_RUNNER_NAME ?= ${DOCKER_USER}/actions-runner-dind
TAG ?= latest TAG ?= latest
TARGETPLATFORM ?= $(shell arch) TARGETPLATFORM ?= $(shell arch)
RUNNER_VERSION ?= 2.290.0 RUNNER_VERSION ?= 2.290.1
DOCKER_VERSION ?= 20.10.12 DOCKER_VERSION ?= 20.10.12
# default list of platforms for which multiarch image is built # default list of platforms for which multiarch image is built