update DOCS.md

This commit is contained in:
Anton Konovalov 2015-10-08 18:54:10 +03:00
parent 5f347612d9
commit 3013fd04d1
1 changed files with 2 additions and 2 deletions

View File

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