From 8a70e48182346b5e544a09e5e31505928a00a00d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dachary?= Date: Thu, 10 Nov 2022 15:01:35 +0100 Subject: [PATCH] fix typo in docs (#39) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Loïc Dachary Co-authored-by: Loïc Dachary Reviewed-on: https://codeberg.org/woodpecker-plugins/plugin-docker-buildx/pulls/39 Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: Loïc Dachary Co-committed-by: Loïc Dachary --- docs.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs.md b/docs.md index 0ea18ad..339319e 100644 --- a/docs.md +++ b/docs.md @@ -16,7 +16,7 @@ Woodpecker CI plugin to build multiarch Docker images with buildx. This plugin i - Build without push - Use custom registries - Build based on existing tags when needed -- Push to multible registries/repos +- Push to multiple registries/repos It will automatically generate buildkit configuration to use custom CA certificate if following conditions are met: @@ -42,8 +42,8 @@ It will automatically generate buildkit configuration to use custom CA certifica ## auto_tag -If set to ture, it will use the `default_tag` ("latest") on tag event or default branch. -If it's a tag event it will also asume sem versioning and add taggs acordingly (`x`, `x.x` and `x.x.x`). +If set to true, it will use the `default_tag` ("latest") on tag event or default branch. +If it's a tag event it will also assume sem versioning and add tags accordingly (`x`, `x.x` and `x.x.x`). If it's not a tag event, and no default branch, automated tags are skipped. ## Examples @@ -120,7 +120,7 @@ If it's not a tag event, and no default branch, automated tags are skipped. | `no_cache` | `false` | disables the usage of cached intermediate containers | `add_host` | *none* | sets additional host:ip mapping | `output` | *none* | sets build output in format `type=[,=]` -| `logins` | *none* | option to log into multible registrys +| `logins` | *none* | option to log into multiple registries ## Multi registry push example