Merge pull request #36 from summerwind/runner-v2.169.1

Update runner to v2.169.1
This commit is contained in:
Moto Ishizawa 2020-04-18 10:41:34 +09:00 committed by GitHub
commit 427cc506e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -34,8 +34,8 @@ import (
)
const (
defaultRunnerImage = "summerwind/actions-runner:v2.168.0"
defaultDockerImage = "docker:19.03.8-dind"
defaultRunnerImage = "summerwind/actions-runner:latest"
defaultDockerImage = "docker:dind"
)
var (

View File

@ -1,6 +1,6 @@
NAME ?= summerwind/actions-runner
RUNNER_VERSION ?= 2.168.0
RUNNER_VERSION ?= 2.169.1
DOCKER_VERSION ?= 19.03.8
docker-build: