Skip to content

修复非host模式时启动报错 #60

修复非host模式时启动报错

修复非host模式时启动报错 #60

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ master,beta ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Mirror the Github organization repos to Gitee.
uses: Yikun/hub-mirror-action@master
with:
src: 'github/vanjoge'
dst: 'gitee/vanjoge'
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
static_list: 'RTVS'
force_update: true
debug: true