From 91eb5cabef0254b53797727ca1289c755668a1b5 Mon Sep 17 00:00:00 2001 From: shimun Date: Mon, 10 Sep 2018 18:22:20 +0200 Subject: [PATCH] only publish on tag --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e13a617..a8f1c5a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,4 +14,5 @@ pipeline: storage_path: /drone/.docker use_cache: true squash: true - + when: + event: tag