0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-11-22 20:20:39 +00:00

Merge branch 'master', remote-tracking branch 'origin'

This commit is contained in:
Brad Rydzewski 2015-10-16 00:36:15 -07:00
commit 138d5e155d

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: The following is a sample Docker configuration in your .drone.yml file:
```yaml ```yaml
pubish: publish:
docker: docker:
username: kevinbacon username: kevinbacon
password: $$DOCKER_PASSWORD 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: 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 ```yaml
pubish: publish:
docker: docker:
username: kevinbacon username: kevinbacon
password: $$DOCKER_PASSWORD password: $$DOCKER_PASSWORD