From 526f927436eded498d6ca2c8864d429bf6e3a20e Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 15 Nov 2022 23:55:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20gitlab=20workflow?= 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 6c59219f..f539e15b 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -17,6 +17,19 @@ on: workflow_dispatch: jobs: + to_gitlab: + 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@gitlab.com:whyour/qinglong.git + ssh_private_key: + ${{ secrets.SSH_PRIVATE_KEY }} + build-static: runs-on: ubuntu-latest steps: