From 47fb17c2399c36220a7aad8d2b1c2c340d8c3f69 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Sat, 27 Aug 2016 00:45:08 -0700 Subject: [PATCH] added changes from #78 [ci skip] --- DOCS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DOCS.md b/DOCS.md index 0834ad3..1c2865e 100644 --- a/DOCS.md +++ b/DOCS.md @@ -10,8 +10,8 @@ The following parameters are used to configure the plugin: * **password** - authenticates with this password * **email** - authenticates with this email * **repo** - repository name for the image -* **tag** - repository tag for the image -* **file** - dockerfile to be used, defaults to Dockerfile +* **tag**, **tags** - repository tags for the image +* **dockerfile** - dockerfile to be used, defaults to Dockerfile * **context** - the context path to use, defaults to root of the git repo * **insecure** - enable insecure communication to this registry * **mirror** - use a mirror registry instead of pulling images directly from the central Hub @@ -70,7 +70,7 @@ pipeline: insecure: false ``` -Publish and image with multiple tags: +Publish an image with multiple tags: ```yaml pipeline: