From 7f25adb82ce3843a95ba0f58719a8dea8040498a Mon Sep 17 00:00:00 2001 From: Rama Priyanto Date: Tue, 10 Dec 2024 14:57:41 +0700 Subject: [PATCH] fix:yml --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b5516e4..b9c0e9c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,12 +10,12 @@ build-dev: image: docker:stable services: - name: docker:dind - command: ["--insecure-registry=38.47.180.165:8900"] + command: ["--insecure-registry=103.82.242.92:8900"] script: - docker logout - - docker login -u $DEPLOY_USERNAME -p $DEPLOY_TOKEN 38.47.180.165:8900 - - docker build -t 38.47.180.165:8900/mediahub/new-mediahub-fe:dev . - - docker push 38.47.180.165:8900/mediahub/new-mediahub-fe:dev + - docker login -u $DEPLOY_USERNAME -p $DEPLOY_TOKEN 103.82.242.92:8900 + - docker build -t 103.82.242.92:8900/mediahub/new-mediahub-fe:dev . + - docker push 103.82.242.92:8900/mediahub/new-mediahub-fe:dev auto-deploy: stage: deploy