Skip to content

Commit

Permalink
chore(drone): add group build
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy committed Nov 30, 2017
1 parent 7a1c7de commit e1d5d8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ pipeline:

publish_server:
image: plugins/docker
group: release
pull: true
repo: goggz/ggz
secrets: [ docker_username, docker_password ]
Expand All @@ -79,6 +80,7 @@ pipeline:

publish_alpine:
image: plugins/docker
group: release
pull: true
repo: goggz/ggz
dockerfile: Dockerfile.alpine
Expand Down

0 comments on commit e1d5d8e

Please sign in to comment.