From bb61a35a54ba236dbe790c9a4f6d36deab68633a Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 3 Oct 2025 17:22:16 +0200 Subject: [PATCH] Build - Fixing the multi platform container build test (repairs to cache) (#3455) --- .github/workflows/test-container-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-container-build.yml b/.github/workflows/test-container-build.yml index 15e593b4..48838e82 100644 --- a/.github/workflows/test-container-build.yml +++ b/.github/workflows/test-container-build.yml @@ -74,5 +74,5 @@ jobs: file: ${{ matrix.dockerfile }} platforms: ${{ matrix.platform }} cache-from: type=gha - cache-to: type=gha,mode=max + cache-to: type=gha,mode=min