Improve maven plugin tags documentation

See gh-33609
This commit is contained in:
Shekhar Aggarwal 2022-12-21 23:36:33 +05:30 committed by Phillip Webb
parent b7eb7f214b
commit 79557012a7
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ The value supplied will be passed unvalidated to Docker when creating the builde
| `false`
| `tags`
| One or more additional tags to apply to the generated image.
|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]`.
|
| `caches`