Update .drone.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
administrator 2026-02-22 06:40:20 +00:00
parent 9b92115ac3
commit bfd9e694ab
1 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,8 @@ steps:
- mkdir -p /opt/build
- cd /opt/build
- git clone http://38.47.180.165:3000/mediahub/mediahub-fe.git
- cd /opt/build/mediahub-fe
- git checkout $DRONE_BRANCH
- name: build image
when:
@ -29,7 +31,6 @@ steps:
- dev-sabda-v2
- prod
commands:
- git checkout $DRONE_BRANCH
- docker login 38.47.180.165:3000 -u administrator -p HarborDockerImageRep0
- cd /opt/build/mediahub-fe
- docker build -t 38.47.180.165:3000/mediahub/mediahub-fe:$DRONE_BRANCH .