From 4b443a0219a1fa362621c655c6f5a7ad8dd8b2e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Van=C3=AD=C4=8Dek?= Date: Thu, 10 Aug 2023 22:27:32 +0200 Subject: [PATCH] CI working again --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8e0c6b8..b39fb84 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: default steps: - name: docker - image: plugins/docker:20.14.0 + image: plugins/docker settings: registry: https://git.ivasoft.cz username: @@ -13,5 +13,4 @@ steps: repo: git.ivasoft.cz/sw/redmine tags: - latest - - ${DRONE_TAG:-latest} - debug: true \ No newline at end of file + - ${DRONE_TAG:-latest} \ No newline at end of file