drone-docker-buildx/.drone.yml
Brad Rydzewski b95a703ab3 updated docs
2015-09-02 22:14:15 -07:00

17 lines
259 B
YAML

build:
image: golang:1.4.2
commands:
- go get
- 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