From 24735ee6d5333d478e3d73f4112f2179bce86199 Mon Sep 17 00:00:00 2001 From: Supichai Pothong Date: Tue, 10 Oct 2023 16:07:47 +0700 Subject: [PATCH] [update] pipeline --- bitbucket-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index adaa5df..0b8ae3f 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -9,8 +9,8 @@ pipelines: - docker script: # Modify the commands below to build your repository. - docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD - - docker build -f DockerFile -t registry.71dev/cathaypay-web:dev . - - docker push registry.71dev/cathaypay-web:dev + - docker build -f DockerFile -t registry.71dev.com/cathaypay-web:dev . + - docker push registry.71dev.com/cathaypay-web:dev - step: name: Deploy to kubernates image: atlassian/pipelines-kubectl