fix: docker CI parallel build
This commit is contained in:
parent
3b87945ab0
commit
276bf56225
2
.github/workflows/build-push-docker.yaml
vendored
2
.github/workflows/build-push-docker.yaml
vendored
|
@ -29,6 +29,8 @@ jobs:
|
||||||
- lite
|
- lite
|
||||||
- full
|
- full
|
||||||
- ollama
|
- ollama
|
||||||
|
# The maximum number of jobs that can run simultaneously
|
||||||
|
max-parallel: 1
|
||||||
steps:
|
steps:
|
||||||
- name: Free Disk Space (Ubuntu)
|
- name: Free Disk Space (Ubuntu)
|
||||||
uses: jlumbroso/free-disk-space@main
|
uses: jlumbroso/free-disk-space@main
|
||||||
|
|
Loading…
Reference in New Issue
Block a user