From 26af1d895d35c80620131cfdcb0d943c3ec99a3f Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Tue, 22 Dec 2015 23:35:33 -0500 Subject: [PATCH] Update DOCS.md [CI SKIP] --- DOCS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DOCS.md b/DOCS.md index 5834c7d..912d9bb 100644 --- a/DOCS.md +++ b/DOCS.md @@ -23,7 +23,7 @@ The following is a sample Docker configuration in your .drone.yml file: publish: docker: username: kevinbacon - password: $$DOCKER_PASSWORD + password: pa55word email: kevin.bacon@mail.com repo: foo/bar tag: latest @@ -37,7 +37,7 @@ You may want to dynamically tag your image. Use the `$$BRANCH`, `$$COMMIT` and ` publish: docker: username: kevinbacon - password: $$DOCKER_PASSWORD + password: pa55word email: kevin.bacon@mail.com repo: foo/bar tag: $$BRANCH @@ -49,7 +49,7 @@ Or you may prefer to build an image with multiple tags: publish: docker: username: kevinbacon - password: $$DOCKER_PASSWORD + password: pa55word email: kevin.bacon@mail.com repo: foo/bar tag: @@ -68,7 +68,7 @@ The Drone build environment is, by default, ephemeral meaning that you layers ar publish: docker: username: kevinbacon - password: $$DOCKER_PASSWORD + password: pa55word email: kevin.bacon@mail.com repo: foo/bar tag: