feat: optimize dockerfile option

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-08-21 11:44:14 +08:00
parent 0f05ff52a3
commit cf8bba036f
26 changed files with 171 additions and 1437 deletions
-4
View File
@@ -54,21 +54,17 @@ jobs:
- name: Build all services
run: |
sudo ./scripts/build-all-service.sh
shell: bash
- name: Start all services
run: |
sudo ./scripts/start-all.sh
shell: bash
- name: Check all services
run: |
sudo ./scripts/check-all.sh
shell: bash
- name: Print openIM.log
run: |
sudo cat ./_output/logs/* 2>/dev/null
sudo cat ./_output/logs/* 2>/dev/null >> "$GITHUB_OUTPUT"
shell: bash
continue-on-error: true
+4
View File
@@ -6,6 +6,10 @@
name: Synchronize kubecub public code to other repositories
on:
push:
paths:
- scripts/*
- docs/*
- config/*
branches:
- main
workflow_dispatch: