From aac7360ffd62d3fe8b70d8eb09840ed017cd62f2 Mon Sep 17 00:00:00 2001 From: zhangzhiqiangcs <997833949@qq.com> Date: Wed, 18 Oct 2023 10:36:49 +0800 Subject: [PATCH] docs: fix readme sample typo (#2792) Signed-off-by: zhangzhiqiang02 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49aac3a9f..cffc493ad 100644 --- a/README.md +++ b/README.md @@ -508,7 +508,7 @@ provide a kaniko cache warming image at `gcr.io/kaniko-project/warmer`: ```shell docker run -v $(pwd):/workspace gcr.io/kaniko-project/warmer:latest --cache-dir=/workspace/cache --image= --image= docker run -v $(pwd):/workspace gcr.io/kaniko-project/warmer:latest --cache-dir=/workspace/cache --dockerfile= -docker run -v $(pwd):/workspace gcr.io/kaniko-project/warmer:latest --cache-dir=/workspace/cache --dockerfile= --build-args version=1.19 +docker run -v $(pwd):/workspace gcr.io/kaniko-project/warmer:latest --cache-dir=/workspace/cache --dockerfile= --build-arg version=1.19 ``` `--image` can be specified for any number of desired images. `--dockerfile` can