From 315ad5483460e86a4c3f6b216e040c78f1195c76 Mon Sep 17 00:00:00 2001 From: YuZakuro Date: Thu, 9 Jul 2015 17:40:34 +0900 Subject: [PATCH] Add description of force option for docker-tag --- website/source/docs/post-processors/docker-tag.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/post-processors/docker-tag.html.markdown b/website/source/docs/post-processors/docker-tag.html.markdown index 7b8b92722..d3925d1fa 100644 --- a/website/source/docs/post-processors/docker-tag.html.markdown +++ b/website/source/docs/post-processors/docker-tag.html.markdown @@ -30,6 +30,9 @@ a repository is required. * `tag` (string) - The tag for the image. By default this is not set. +* `force` (boolean) - If true, this post-processor forcibly tag the image + even if tag name is collided. Default to `false`. + ## Example An example is shown below, showing only the post-processor configuration: