added plugin docs
This commit is contained in:
18
.drone.yml
Normal file
18
.drone.yml
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user