From bc49a7db5054a7a5eefe1826caab0df6031b0c68 Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 16 Nov 2022 23:04:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5gitee?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_docker_image.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index 4128a2c7..6dc9cb68 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -29,6 +29,19 @@ jobs: git@gitlab.com:whyour/qinglong.git ssh_private_key: ${{ secrets.GITLAB_SSH_PK }} + + to_gitee: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: pixta-dev/repository-mirroring-action@v1 + with: + target_repo_url: + git@gitee.com:whyour/qinglong.git + ssh_private_key: + ${{ secrets.GITLAB_SSH_PK }} build-static: runs-on: ubuntu-latest