From 76ea16dd0651abb273e99c2073696c87dae40f6a Mon Sep 17 00:00:00 2001 From: Supichai Pothong Date: Tue, 10 Oct 2023 16:02:27 +0700 Subject: [PATCH] [update] bitbucket pipeline --- bitbucket-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index e1ec498..adaa5df 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 71dev/cathaypay-web:dev . - - docker push 71dev/cathaypay-web:dev + - docker build -f DockerFile -t registry.71dev/cathaypay-web:dev . + - docker push registry.71dev/cathaypay-web:dev - step: name: Deploy to kubernates image: atlassian/pipelines-kubectl