Update .gitea/workflows/build.yml
Some checks failed
Build Docker Image / build (default) (push) Failing after 3m10s
Build Docker Image / build (full) (push) Failing after 3m7s
Build Docker Image / build (full-python) (push) Failing after 3m4s
Build Docker Image / build (python) (push) Failing after 3m4s

This commit is contained in:
2025-03-15 00:23:52 +00:00
parent 001b726242
commit 84f45273dc

View File

@@ -11,6 +11,7 @@ on:
jobs: jobs:
build: build:
strategy: strategy:
max-parallel: 1
matrix: matrix:
flavor: [default, python, full, full-python] flavor: [default, python, full, full-python]
runs-on: docker-builder runs-on: docker-builder