From 02bd3c8233316e71d8fc010c900f4314833bdf76 Mon Sep 17 00:00:00 2001 From: Sabda Yagra Date: Thu, 19 Feb 2026 13:45:11 +0700 Subject: [PATCH] fix: drone image --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a36bb26..c34c080 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,7 +29,7 @@ steps: - main commands: - docker login 38.47.180.165:3000 -u administrator -p HarborDockerImageRep0 - - cd /opt/build/kontenhumas + - cd /opt/build/kontenhumas-fe - docker build -t 38.47.180.165:3000/kontenhumas/kontenhumas-fe:$DRONE_BRANCH . - docker push 38.47.180.165:3000/kontenhumas/kontenhumas-fe:$DRONE_BRANCH