From 192b48a78fa5d0bdcfe263baacc28c4a811ffbc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Van=C3=AD=C4=8Dek?= Date: Tue, 17 Jan 2023 01:06:27 +0100 Subject: [PATCH] When not a tag use latest twice to avoid failure. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 416ad82..8683f35 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,4 +13,4 @@ steps: repo: git.ivasoft.cz/sw/backuppc tags: - latest - - ${DRONE_TAG} \ No newline at end of file + - ${DRONE_TAG:-latest} \ No newline at end of file