From 4b12dd3e6390d6ee2fcec18c6d5fa402e7880399 Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Wed, 1 Aug 2018 20:11:12 -0600 Subject: [PATCH] no autotag in drone --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 510f59e..2f8efa8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,5 +18,5 @@ pipeline: image: plugins/docker repo: deadbeef.codes:5000/mandelmap registry: deadbeef.codes:5000 - auto_tag: true - auto_tag_suffix: linux-rpi3 \ No newline at end of file +# auto_tag: true +# auto_tag_suffix: linux-rpi3 \ No newline at end of file