From 7454aa6699f89d29c2141d39cfaf277c73d6108d Mon Sep 17 00:00:00 2001 From: Paolo Asperti Date: Thu, 10 Mar 2022 09:55:49 +0100 Subject: [PATCH] we don't need all tags, just latest --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 457eb0c..535cada 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,12 +12,10 @@ steps: repo: docker.asperti.com/paspo/mqtt tags: - latest - - ${DRONE_TAG} - - ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR} force_tag: true username: from_secret: docker_username trigger: event: - - tag \ No newline at end of file + - tag