File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 2828 - name : Login to Docker Registry
2929 uses : docker/login-action@v3
3030 with :
31- registry : hub.6scloud.com
32- username : ${{ secrets.HUB_6S_CLOUD_USERNAME }}
33- password : ${{ secrets.HUB_6S_CLOUD_TOKEN }}
31+ username : caishenghang
32+ password : ${{ secrets.DOCKERHUB_TOKEN }}
3433
3534 - name : Set up QEMU
3635 uses : docker/setup-qemu-action@v3
5655 platforms : linux/amd64
5756 push : ${{ github.event_name != 'pull_request' }}
5857 tags : |
59- hub.6scloud.com/d1r7umcsfi9c73b4drdg /dashscope-proxy:latest
60- hub.6scloud.com/d1r7umcsfi9c73b4drdg /dashscope-proxy:${{ steps.get_version.outputs.version }}
58+ hub.6scloud.com/caishenghang /dashscope-proxy:latest
59+ hub.6scloud.com/caishenghang /dashscope-proxy:${{ steps.get_version.outputs.version }}
6160 cache-from : type=gha
6261 cache-to : type=gha,mode=max
You can’t perform that action at this time.
0 commit comments