upgrade docker plugin to docker 1.12

This commit is contained in:
Brad Rydzewski
2016-12-29 11:20:57 -05:00
parent 7de67936f5
commit c77a19918a
3 changed files with 4 additions and 14 deletions

View File

@@ -13,20 +13,10 @@ pipeline:
- go test -cover -coverprofile=coverage.out
- go build -ldflags "-s -w -X main.build=$DRONE_BUILD_NUMBER" -a -tags netgo
latest:
publish:
image: plugins/docker
repo: plugins/docker
tags: [ "latest", "1.2", "1" ]
tags: [ "latest", "1.3", "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