From 7f05ca5be2bab8413ef8acbd87e569432a671b76 Mon Sep 17 00:00:00 2001 From: bunix42 Date: Thu, 8 Aug 2024 17:37:58 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 028be45..55253e1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: commands: - git clone https://github.com/FriendlyCaptcha/friendly-lite-server.git - cd friendly-lite-server - - git checkout v0.2.1 + - git checkout 0.2.1 - name: docker image: plugins/docker @@ -23,7 +23,7 @@ steps: password: from_secret: docker_password tags: - - v0.2.1 + - 0.2.1 - name: slack image: plugins/slack