From 9cabe5144b204fcc1f0229ee94f194653b01c901 Mon Sep 17 00:00:00 2001 From: Jonathan Wright Date: Wed, 25 Apr 2018 07:48:24 +0100 Subject: [PATCH] Re-enable auto_tags and restrict it to run on master commits --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1bc8906..eef6de3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,6 @@ pipeline: image: plugins/docker secrets: [ docker_username, docker_password ] repo: jonathanio/drone-terraform - # auto_tag: true - tags: - - latest + auto_tag: true + when: + branch: master