Add description of force option for docker-tag
This commit is contained in:
parent
da749e2470
commit
315ad54834
|
@ -30,6 +30,9 @@ a repository is required.
|
||||||
* `tag` (string) - The tag for the image. By default this is not
|
* `tag` (string) - The tag for the image. By default this is not
|
||||||
set.
|
set.
|
||||||
|
|
||||||
|
* `force` (boolean) - If true, this post-processor forcibly tag the image
|
||||||
|
even if tag name is collided. Default to `false`.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
An example is shown below, showing only the post-processor configuration:
|
An example is shown below, showing only the post-processor configuration:
|
||||||
|
|
Loading…
Reference in New Issue