From 6834c5c96f23dd2d08821db1730fd7311e441b9a Mon Sep 17 00:00:00 2001 From: Casey Lee Date: Thu, 20 Feb 2020 12:00:14 -0500 Subject: [PATCH] add warning Signed-off-by: Casey Lee --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d0539a1..41b1ed7 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ These default images do not contain all the tools that GitHub Actions offers by * [nektos/act-environments-ubuntu:18.04](https://hub.docker.com/r/nektos/act-environments-ubuntu/tags) - built from the Packer file GitHub uses in [actions/virtual-environments](https://github.com/actions/runner). +`*** WARNING - this image is >18GB 😱***` + To use a different image for the runner, use the `-P` option: ```