From 67f4baa618b3371cc0ec0c03b169141c25809c9e Mon Sep 17 00:00:00 2001 From: taytzehao Date: Sat, 22 Jul 2023 00:56:11 +0800 Subject: local runner doc (#1911) * local runner doc * correct would would --------- Co-authored-by: tzehaoo Co-authored-by: Casey Lee --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7e4608e..8dad0e3 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,15 @@ If you need an environment that works just like the corresponding GitHub runner - [`catthehacker/ubuntu:full-*`](https://github.com/catthehacker/docker_images/pkgs/container/ubuntu) - built from Packer template provided by GitHub, see [catthehacker/virtual-environments-fork](https://github.com/catthehacker/virtual-environments-fork) or [catthehacker/docker_images](https://github.com/catthehacker/docker_images) for more information +## Using local runner images + +The `--pull` flag is set to true by default due to a breaking on older default docker images. This would pull the docker image everytime act is executed. + +Set `--pull` to false if a local docker image is needed +```sh + act --pull=false +``` + ## Use an alternative runner image To use a different image for the runner, use the `-P` option. -- cgit v1.2.3