From b20b9afc96b5bc54aa21c4ad650460fa7368d0d1 Mon Sep 17 00:00:00 2001 From: Sebastian Leheis Date: Thu, 21 Sep 2023 21:15:02 +0200 Subject: [PATCH] Changed Tag to Drone Build number --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d86eb2d..e14b40f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,11 +23,11 @@ steps: password: from_secret: DOCKER_PASSWORD repo: yolokube/dashboard - tags: latest + tags: DRONE_BUILD_NUMBER dry_run: true when: exclude: branch: - master event: - - push \ No newline at end of file + - push