This commit is contained in:
shanshanzhong 2025-09-25 02:50:29 -07:00
parent eed624e491
commit 5637b002a5

View File

@ -46,17 +46,7 @@ jobs:
- name: set cavans registry
run: pnpm config set canvas_binary_host_mirror https://registry.npmmirror.com/-/binary/canvas
- name: Install dependencies
run: pnpm install
- name: Run Build Project
run: pnpm run build
- name: Run Build Docker
run: make docker
- name: Run Push Image
run: make publish-docker
- name: Run Docker Compose
run: make run-docker
run: make build