From 5fad5f360f5932270744720b5d40d5867339ed1e Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Wed, 9 Dec 2020 01:13:53 +0100 Subject: [PATCH] Document flags for tarball build only (#1503) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19982d7e7..225f5aaa7 100644 --- a/README.md +++ b/README.md @@ -708,8 +708,9 @@ You can set the `--snapshotMode=` flag to set how ka #### --tarPath -Set this flag as `--tarPath=` to save the image as a tarball at path instead of pushing the image. +Set this flag as `--tarPath=` to save the image as a tarball at path. You need to set `--destination` as well (for example `--destination=image`). +If you want to save the image as tarball only you also need to set `--no-push`. #### --target