Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
parinpan authored Mar 7, 2024
1 parent 1cbee9e commit 8fe9854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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
Expand Down

0 comments on commit 8fe9854

Please sign in to comment.