Skip to content

Commit

Permalink
Merge pull request #40 from jingzhaoyang/change-docker-repo
Browse files Browse the repository at this point in the history
change docker repo
  • Loading branch information
seven1240 authored Mar 28, 2024
2 parents 069fc3c + b0e91f5 commit bdfc68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
-
Expand All @@ -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

0 comments on commit bdfc68e

Please sign in to comment.