From b0e91f5dd5f288beff172607bc738f985337334e Mon Sep 17 00:00:00 2001 From: jingzhaoyang Date: Thu, 28 Mar 2024 16:14:53 +0800 Subject: [PATCH] change docker repo --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b1cb8ae80..7d73942aa3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: name: Login to TCR uses: docker/login-action@v3 with: - registry: xswitch.tencentcloudcr.com + registry: ccr.ccs.tencentyun.com username: ${{ secrets.DOCKER_LOGIN_USER }} password: ${{ secrets.DOCKER_LOGIN_PASSWORD }} - @@ -34,4 +34,4 @@ jobs: push: true platforms: linux/amd64,linux/arm64 file: ./docker/rts/Dockerfile - tags: xswitch.tencentcloudcr.com/xswitch/rts:latest + tags: ccr.ccs.tencentyun.com/free/rts:latest