From 80ad939aaba0caf0cfa589412389e76eaf7e8cac Mon Sep 17 00:00:00 2001 From: shibao Date: Sat, 19 Feb 2022 21:29:29 -0500 Subject: [PATCH] fix docker image tag for latest builds --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index b2e0d1d..267c9cc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,9 +35,7 @@ steps: from_secret: docker_username password: from_secret: docker_password - tags: - - latest - - ${DRONE_TAG} + tags: latest when: branch: - stable