From 3b5c2c8ae61477be66440c2210b3c465c232e011 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Thu, 11 May 2017 14:18:08 +0200 Subject: [PATCH] Update README.md [ci skip] --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5938a81bc..78c622b7c 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/)