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