build: 分开镜像

This commit is contained in:
liqiang-fit2cloud 2024-03-19 20:07:01 +08:00
parent 34d2b3d226
commit 8403ee16bd
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ on:
jobs:
build-and-push-to-fit2cloud-registry:
if: ${{ contains(github.event.inputs.registry, 'fit2cloud') }}
if: ${{ contains(github.event.inputs.registry, 'fit2cloud') }}
runs-on: ubuntu-latest
steps:
- name: Check Disk Space
@ -83,7 +83,7 @@ jobs:
docker buildx build --output "type=image,push=true" ${{ steps.prepare.outputs.buildx_args }} -f installer/Dockerfile
build-and-push-to-dockerhub:
if: ${{ contains(github.event.inputs.registry, 'dockerhub') }}
if: ${{ contains(github.event.inputs.registry, 'dockerhub') }}
runs-on: ubuntu-latest
steps:
- name: Check Disk Space

View File

@ -17,7 +17,7 @@ MaxKB 是一款基于 LLM 大语言模型的知识库问答系统。
## 快速开始
```
docker run -d --name=maxkb -p 8080:8080 ghcr.io/1panel-dev/maxkb
docker run -d --name=maxkb -p 8080:8080 1panel/maxkb
```
也可以通过 [1Panel 应用商店](https://apps.fit2cloud.com/1panel) 快速部署 MaxKB + OllamaLlama 230 分钟内即可上线基于本地大模型的知识库问答系统。