Skip to content

Commit 801e17d

Browse files
authored
Update deploy-dev.yml
1 parent fb21b80 commit 801e17d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
- name: Login to AliyunRegistry
5555
uses: docker/login-action@v3
5656
with:
57-
registry: ${{ secrets.ALIYUN_REGISTRY }}
58-
username: ${{ secrets.ALIYUN_DOCKERHUB_USER }}
59-
password: ${{ secrets.ALIYUN_DOCKERHUB_PASSWORD }}
57+
registry: ${{ secrets.TEN_REGISTRY }}
58+
username: ${{ secrets.TEN_DOCKERHUB_USER }}
59+
password: ${{ secrets.TEN_DOCKERHUB_PASSWORD }}
6060

6161
- name: test and build
6262
run: |
@@ -71,8 +71,8 @@ jobs:
7171
platforms: linux/amd64,linux/arm64
7272
push: true
7373
tags: |
74-
hktingyun.tencentcloudcr.com/dongtai/dongtai-web:${{ steps.version.outputs.GITHUB_REF }}-latest
75-
hktingyun.tencentcloudcr.com/dongtai/dongtai-web:${{ steps.version.outputs.GITHUB_REF }}-1.0.${{github.run_number}}
74+
wukong.tencentcloudcr.com/dongtai/dongtai-web:${{ steps.version.outputs.GITHUB_REF }}-latest
75+
wukong.tencentcloudcr.com/dongtai/dongtai-web:${{ steps.version.outputs.GITHUB_REF }}-1.0.${{github.run_number}}
7676
7777
- name: deploy to cluster
7878
uses: tscuite/kubectl-helm-action@main

0 commit comments

Comments
 (0)