Skip to content

Commit

Permalink
Merge pull request #36 from summerwind/runner-v2.169.1
Browse files Browse the repository at this point in the history
Update runner to v2.169.1
  • Loading branch information
summerwind authored Apr 18, 2020
2 parents fd1b72e + 13616ba commit 427cc50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
2 changes: 1 addition & 1 deletion runner/Makefile
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 427cc50

Please sign in to comment.