From 6048f17e5f4b551d65415d5a4c77f31c2396efaf Mon Sep 17 00:00:00 2001 From: Rama Priyanto Date: Wed, 1 Apr 2026 15:48:15 +0700 Subject: [PATCH] no cache drone --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 8d5388c..9a5d27b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,6 +22,11 @@ steps: - git clone http://38.47.180.165:3000/humas/web-humas-fe.git - name: build image + image: plugins/docker + settings: + repo: humas + tags: latest + no_cache: true when: branch: - dev-restructure