added plugin docs

This commit is contained in:
Brad Rydzewski
2015-05-14 17:11:26 -07:00
parent 496b9ee067
commit 84a5a2abc6
3 changed files with 39 additions and 0 deletions

18
.drone.yml Normal file
View File

@@ -0,0 +1,18 @@
build
image: go
commands:
- go test
- go build
- go test
plugin:
name: Docker
desc: Build and Publish images to a Docker registry.
type: publish
image: plugins/drone-docker
labels:
- docker
- image
- container