Skip to content

Commit

Permalink
Maven plugin documentation updated for tags
Browse files Browse the repository at this point in the history
As mentioned in spring-projects#33528, I have updated the description of `tags`.
  • Loading branch information
shekharAggarwal committed Dec 21, 2022
1 parent 5f30a70 commit e46e2ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,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]`. The name `tags` was chosen to be consistent with the https://buildpacks.io/docs/tools/pack/#pack-cli[`pack CLI`].
|

| `caches`
Expand Down

0 comments on commit e46e2ed

Please sign in to comment.