From af0ca037528ea00baa549696477c564ee041cb7a Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Tue, 22 Jun 2021 17:07:36 +0900 Subject: [PATCH] doc: Introduce summerwind/actions-runner images (#634) I have noticed that this isnt documented anywhere while working on https://github.com/actions-runner-controller/actions-runner-controller/issues/631#issuecomment-862807900 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f41460e9a6..028d0e58e2 100644 --- a/README.md +++ b/README.md @@ -754,6 +754,9 @@ spec: operator: Exists repository: mumoshu/actions-runner-controller-ci + # The default "summerwind/actions-runner" images are available at DockerHub: + # https://hub.docker.com/r/summerwind/actions-runner + # You can also build your own and specify it like the below: image: custom-image/actions-runner:latest imagePullPolicy: Always resources: