From 78f3972f1ff61b2fd63eb3fa65441dc36bddcfa3 Mon Sep 17 00:00:00 2001 From: zhangzhiqiang02 Date: Thu, 12 Oct 2023 19:20:42 +0800 Subject: [PATCH] Fix: readme sample typo Signed-off-by: zhangzhiqiang02 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33a8f58a58..f03aa138fe 100644 --- a/README.md +++ b/README.md @@ -506,7 +506,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