From 34d75bfdeace22e098e66b59fc23887ab68bbb2d Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 27 Jan 2022 21:04:48 +0000 Subject: [PATCH] commit df617139deac9862e26e21ca5833cf4cee809bf6 Author: Robert Kaussow Date: Thu Jan 27 22:02:58 2022 +0100 docs: adjust helptext for the output option (#72) --- _index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_index.md b/_index.md index 42b6ce6..08c6824 100644 --- a/_index.md +++ b/_index.md @@ -140,10 +140,10 @@ pull_image : enforces to pull base image at build time (default `true`) compress -: enables compression og the build context using gzip +: enables compression of the build context using gzip output -: sets output folder for build artifacts (format: `path` or `type=TYPE[,KEY=VALUE]`) +: sets the [export action](https://docs.docker.com/engine/reference/commandline/buildx_build/#output) for the build result (format: `path` or `type=TYPE[,KEY=VALUE]`) repo : sets repository name for the image