about summary refs log tree commit diff
path: root/.drone.yml
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-09-21 13:00:04 +0200
committerEmile <hanemile@protonmail.com>2019-09-21 13:00:04 +0200
commite35b981f71c77318b1b31b7979c9f0f91e536999 (patch)
tree8f373c2dd8ba2f98226d294f5da559553141d4ae /.drone.yml
parent920e092229b906471d93345752ceadf9c43b3166 (diff)
redefined tags in .drone.yml
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index e3c2919..c90aa9c 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -11,5 +11,9 @@ steps:
   settings:
       repo: registry.nbg1.emile.space/tle2json
       registry: registry.nbg1.emile.space
-      auto_tag: true
-      auto_tag_suffix: linux-amd64
+      tags:
+        - latest
+        - ${DRONE_TAG##v}
+      when:
+        event: tag
+