summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authortaytzehao <jtth95@gmail.com>2023-07-21 18:56:11 +0200
committerGitHub <noreply@github.com>2023-07-21 18:56:11 +0200
commit67f4baa618b3371cc0ec0c03b169141c25809c9e (patch)
tree81a554258f9393085e1a939893b451c55c0b117d /README.md
parentAdd new CLI flag to log just the job id and not the entire job name (#1920) (diff)
downloadforgejo-act-67f4baa618b3371cc0ec0c03b169141c25809c9e.tar.xz
forgejo-act-67f4baa618b3371cc0ec0c03b169141c25809c9e.zip
local runner doc (#1911)
* local runner doc * correct would would --------- Co-authored-by: tzehaoo <tzehao@intnt.ai> Co-authored-by: Casey Lee <cplee@nektos.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
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.