diff --git a/README.md b/README.md index 5938a81b..78c622b7 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ pipeline: - npm install - npm test + publish: + image: plugins/docker + repo: octocat/hello-world + tags: [ 1, 1.1, latest ] + registry: index.docker.io + notify: image: plugins/slack channel: developers @@ -31,4 +37,5 @@ Documentation and Other Links: * Setup Documentation [docs.drone.io/installation](http://docs.drone.io/installation/) * Usage Documentation [docs.drone.io/getting-started](http://docs.drone.io/getting-started/) +* Plugin Index [plugins.drone.io](http://plugins.drone.io/) * Getting Help [docs.drone.io/getting-help](http://docs.drone.io/getting-help/)