From 3013fd04d177a3e507e602bd66dd98c00a14e3b0 Mon Sep 17 00:00:00 2001 From: Anton Konovalov Date: Thu, 8 Oct 2015 18:54:10 +0300 Subject: [PATCH] update DOCS.md --- DOCS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCS.md b/DOCS.md index 91a5933..0a8e71d 100644 --- a/DOCS.md +++ b/DOCS.md @@ -13,7 +13,7 @@ The following parameters are used to configure this plugin: The following is a sample Docker configuration in your .drone.yml file: ```yaml -pubish: +publish: docker: username: kevinbacon password: $$DOCKER_PASSWORD @@ -27,7 +27,7 @@ pubish: You may want to dynamically tag your image. Use the `$$BRANCH`, `$$COMMIT` and `$$BUILD_NUMBER` variables to tag your image with the branch, commit sha or build number: ```yaml -pubish: +publish: docker: username: kevinbacon password: $$DOCKER_PASSWORD