From 911ceffdc56c357fce83679c59f0fb127bb2c7c1 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Fri, 13 Feb 2026 15:01:34 +0100 Subject: [PATCH] fix(pipeline): serialize image builds to prevent act cache collisions --- .gitea/workflows/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index e178f94..eeeb87f 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -166,6 +166,7 @@ jobs: image: catthehacker/ubuntu:act-latest strategy: fail-fast: false + max-parallel: 1 matrix: include: - image: nextjs