From 8fe9854afe93a46f0d2f9666d7acc728567b5483 Mon Sep 17 00:00:00 2001 From: Fachrin Aulia Date: Fri, 8 Mar 2024 00:48:09 +0100 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e5a1992..7adfe3d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v1 with: - registry: https://registry-intl.cn-hangzhou.aliyuncs.com + registry: https://registry-intl.ap-southeast-5.aliyuncs.com username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -24,7 +24,7 @@ jobs: context: . file: ./build/Dockerfile push: true - tags: registry-intl.cn-hangzhou.aliyuncs.com/fachrin/fachrin:latest + tags: registry-intl.ap-southeast-5.aliyuncs.com/fachrin/fachrin:latest deploy: name: Production Deployment