From fd0a80c348fe2912fbcffd3a2de0b451ab1f8cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Van=C3=AD=C4=8Dek?= Date: Tue, 17 Jan 2023 00:20:49 +0100 Subject: [PATCH] Build tagging. --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ab0393c..416ad82 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,4 +11,6 @@ steps: password: from_secret: repo_pass repo: git.ivasoft.cz/sw/backuppc - tags: latest \ No newline at end of file + tags: + - latest + - ${DRONE_TAG} \ No newline at end of file