From 0b8c72182aaa71ed8bcd5dc18cb09acdb47a3838 Mon Sep 17 00:00:00 2001 From: oscar Date: Sat, 2 Jan 2021 04:42:42 -0500 Subject: [PATCH] test --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 472077c..29a4530 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,8 +13,7 @@ steps: - name: tag image: alpine commands: - - echo -n "$FRP_VERSION,0.1.0" > .tags - - echo "$FRP_VERSION" + - echo -n "$FRP_VERSION,latest" > .tags - name: publish image: plugins/docker