Merge branch '2.7.x'

Closes gh-33617
This commit is contained in:
Phillip Webb 2022-12-21 22:52:59 -08:00
commit e57824fb58
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ 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]`.
|
| `buildCache`