drone-docker-buildx/.drone.yml
2016-07-31 18:18:45 +02:00

31 lines
572 B
YAML

workspace:
base: /go
pipeline:
test:
image: golang:1.6
environment:
- CGO_ENABLED=0
commands:
- go vet
- go test -cover -coverprofile=coverage.out
- go build -ldflags "-s -w -X main.build=$DRONE_BUILD_NUMBER" -a -tags netgo
latest:
image: docker
repo: plugins/docker
tags: [ "latest", "1.0", "1" ]
when:
branch: master
event: push
plugin:
name: Docker
desc: Build and publish images to a Docker registry
type: publish
image: plugins/docker
labels:
- docker
- image
- container