From c4b3f09c850d8f24244080ab7d58ab29ffd07eae Mon Sep 17 00:00:00 2001 From: Rama Priyanto Date: Wed, 1 Apr 2026 22:13:11 +0700 Subject: [PATCH] fix drone delete config --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 8d5388c..5086b83 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,6 +22,12 @@ 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 + environment: + DOCKER_OPTS: "--dns 1.1.1.1" when: branch: - dev-restructure