From 1256279e1c128ac41b8c05c880c474f9a9408e6c Mon Sep 17 00:00:00 2001 From: sneak Date: Sat, 15 Feb 2020 11:08:40 -0800 Subject: [PATCH] update .drone.yml to push latest --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b22dbdf..d3e4d20 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,9 +12,10 @@ steps: password: from_secret: docker_password tags: + - ${DRONE_BRANCH//\//-}-${DRONE_COMMIT_SHA:0:8} - ${DRONE_COMMIT_SHA} - ${DRONE_BRANCH/\//-} - - ${DRONE_BRANCH/master/latest} + - latest # rebuild weekly and push trigger: