From a2a59dd6276fe6ee97b2eeb7e050bba9079f7328 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 22:52:27 -0800 Subject: [PATCH] Polish 'Improve gradle plugin tags documentation' See gh-33614 --- .../src/docs/asciidoc/packaging-oci-image.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging-oci-image.adoc b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging-oci-image.adoc index 0c1c7413450..076cd501ad0 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging-oci-image.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging-oci-image.adoc @@ -179,7 +179,8 @@ The value supplied will be passed unvalidated to Docker when creating the builde | `tags` | -| A list of one or more additional tags to apply to the generated image.The values provided to the `tags` option should be full image references in the form of `[image name]:[tag]` or `[repository]/[image name]:[tag]`. +| A list of one or more additional tags to apply to the generated image. +The values provided to the `tags` option should be full image references in the form of `[image name]:[tag]` or `[repository]/[image name]:[tag]`. | | `buildCache`