From e935e860ec360b818656241d0e5934114b5c2cf0 Mon Sep 17 00:00:00 2001 From: Marcin Owsiany Date: Mon, 1 Dec 2025 12:58:26 +0100 Subject: [PATCH 1/2] docs: explain how `onlatest` works Just a bit more verbosity that would have made it clear for me. Signed-off-by: Marcin Owsiany --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd51c70..cfea6ff 100644 --- a/README.md +++ b/README.md @@ -403,9 +403,9 @@ flavor: | * `latest=`: Handle [latest tag](#latest-tag) (default `auto`) * `prefix=,onlatest=`: A global prefix for each generated - tag and optionally for `latest` + tag. If `onlatest` (default `false) is set to `true`, also for the [latest tag](#latest-tag). * `suffix=,onlatest=`: A global suffix for each generated - tag and optionally for `latest` + tag If `onlatest` (default `false) is set to `true`, also for the [latest tag](#latest-tag). ## `tags` input From 2da3a5aaf814020b832b1cfe52134caad2eb3f72 Mon Sep 17 00:00:00 2001 From: Marcin Owsiany Date: Mon, 1 Dec 2025 12:59:55 +0100 Subject: [PATCH 2/2] docs: typo Signed-off-by: Marcin Owsiany --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfea6ff..f723e17 100644 --- a/README.md +++ b/README.md @@ -405,7 +405,7 @@ flavor: | * `prefix=,onlatest=`: A global prefix for each generated tag. If `onlatest` (default `false) is set to `true`, also for the [latest tag](#latest-tag). * `suffix=,onlatest=`: A global suffix for each generated - tag If `onlatest` (default `false) is set to `true`, also for the [latest tag](#latest-tag). + tag. If `onlatest` (default `false) is set to `true`, also for the [latest tag](#latest-tag). ## `tags` input