Skip to content

Commit

Permalink
Update deploy-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tscuite authored Oct 27, 2023
1 parent fb21b80 commit 801e17d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
- name: Login to AliyunRegistry
uses: docker/login-action@v3
with:
registry: ${{ secrets.ALIYUN_REGISTRY }}
username: ${{ secrets.ALIYUN_DOCKERHUB_USER }}
password: ${{ secrets.ALIYUN_DOCKERHUB_PASSWORD }}
registry: ${{ secrets.TEN_REGISTRY }}
username: ${{ secrets.TEN_DOCKERHUB_USER }}
password: ${{ secrets.TEN_DOCKERHUB_PASSWORD }}

- name: test and build
run: |
Expand All @@ -71,8 +71,8 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
hktingyun.tencentcloudcr.com/dongtai/dongtai-web:${{ steps.version.outputs.GITHUB_REF }}-latest
hktingyun.tencentcloudcr.com/dongtai/dongtai-web:${{ steps.version.outputs.GITHUB_REF }}-1.0.${{github.run_number}}
wukong.tencentcloudcr.com/dongtai/dongtai-web:${{ steps.version.outputs.GITHUB_REF }}-latest
wukong.tencentcloudcr.com/dongtai/dongtai-web:${{ steps.version.outputs.GITHUB_REF }}-1.0.${{github.run_number}}
- name: deploy to cluster
uses: tscuite/kubectl-helm-action@main
Expand Down

0 comments on commit 801e17d

Please sign in to comment.