0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-09-20 01:22:45 +02:00
wp-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