Update DOCS.md [CI SKIP]

This commit is contained in:
Brad Rydzewski 2015-12-22 23:35:33 -05:00
parent 9e1029d1d1
commit 26af1d895d

View File

@ -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: