mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
同步gitee
This commit is contained in:
parent
49975b461c
commit
bc49a7db50
13
.github/workflows/build_docker_image.yml
vendored
13
.github/workflows/build_docker_image.yml
vendored
|
@ -29,6 +29,19 @@ jobs:
|
||||||
git@gitlab.com:whyour/qinglong.git
|
git@gitlab.com:whyour/qinglong.git
|
||||||
ssh_private_key:
|
ssh_private_key:
|
||||||
${{ secrets.GITLAB_SSH_PK }}
|
${{ 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:
|
build-static:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user