File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 : |
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
You can’t perform that action at this time.
0 commit comments