From 621e44a59a1be9da064a426ceb70fa15fd0aafc7 Mon Sep 17 00:00:00 2001 From: Adam Dodman Date: Wed, 13 Sep 2017 23:15:56 +0100 Subject: [PATCH] Add drone conditionals, fixes pull requests --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 06a8d1b..c664e88 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,6 +34,8 @@ pipeline: publish: image: docker + when: + event: [push, tag, deployment] secrets: [ DOCKER_USER, DOCKER_PASS ] environment: - DOCKER_HOST=tcp://docker:2375