From 9bac02081adc6ed8b83da43c13f9ab4670a3cb1d Mon Sep 17 00:00:00 2001 From: sijinhui Date: Sun, 28 Jan 2024 00:50:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dockerToHub-dev.yml | 4 ++-- .github/workflows/dockerToHub.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dockerToHub-dev.yml b/.github/workflows/dockerToHub-dev.yml index bc15364bd..5e2d935f3 100644 --- a/.github/workflows/dockerToHub-dev.yml +++ b/.github/workflows/dockerToHub-dev.yml @@ -17,7 +17,7 @@ jobs: with: ref: 'dev' clean: false - repository: 'https://mirror.ghproxy.com/https://github.com/sijinhui/ChatGPT-Next-Web' + github-server-url: 'https://gh.siji.ci' - name: build and deploy to Docker Hub run: | echo ${{ secrets.ALY_DOCKER_PASSWORD }} | docker login registry.cn-hangzhou.aliyuncs.com -u ${{ secrets.ALY_DOCKER_USERNAME }} --password-stdin @@ -39,7 +39,7 @@ jobs: with: clean: true ref: 'dev' - repository: 'https://mirror.ghproxy.com/https://github.com/sijinhui/ChatGPT-Next-Web' + github-server-url: 'https://gh.siji.ci' - name: Set up SSH key uses: webfactory/ssh-agent@v0.8.0 with: diff --git a/.github/workflows/dockerToHub.yml b/.github/workflows/dockerToHub.yml index 5aa8e825e..adeec60df 100644 --- a/.github/workflows/dockerToHub.yml +++ b/.github/workflows/dockerToHub.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v3 with: clean: false - repository: 'https://mirror.ghproxy.com/https://github.com/sijinhui/ChatGPT-Next-Web' + github-server-url: 'https://gh.siji.ci' - name: build and deploy to Docker Hub run: | echo ${{ secrets.ALY_DOCKER_PASSWORD }} | docker login registry.cn-hangzhou.aliyuncs.com -u ${{ secrets.ALY_DOCKER_USERNAME }} --password-stdin @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v3 with: clean: true - repository: 'https://mirror.ghproxy.com/https://github.com/sijinhui/ChatGPT-Next-Web' + github-server-url: 'https://gh.siji.ci' - name: Set up SSH key uses: webfactory/ssh-agent@v0.8.0 with: