From 1886adf1503256fb1421260f28c107527c6ceef2 Mon Sep 17 00:00:00 2001 From: kotaroooo0 Date: Tue, 18 Aug 2020 21:20:27 +0900 Subject: [PATCH] add document for --push option Signed-off-by: kotaroooo0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61c250f5..3b173ee7 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ The `registry` exporter is a shortcut for `type=image,push=true`. #### `--push` -Shorthand for [`--output=type=registry`](#registry). Will automatically push the build result to registry. +Shorthand for [`--output=type=registry`](#registry). Will automatically push the build result to registry. To use this option, you need to create the builder by `docker buildx create` command. #### `--load`