From 731a93aa6ab1930d012ccac64b91a726e9c50115 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Tue, 1 Oct 2024 02:09:48 +0200 Subject: [PATCH] cache all buildx layers --- .github/workflows/main-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-latest.yml b/.github/workflows/main-latest.yml index 5191391..0e1891f 100644 --- a/.github/workflows/main-latest.yml +++ b/.github/workflows/main-latest.yml @@ -54,7 +54,7 @@ jobs: push: false tags: kodi-rockchip-gbm:${{ matrix.arch.name }} cache-from: type=gha,scope=${{ matrix.arch.name }}_${{ matrix.distro }} - cache-to: type=gha,scope=${{ matrix.arch.name }}_${{ matrix.distro }} + cache-to: type=gha,scope=${{ matrix.arch.name }}_${{ matrix.distro }},mode=max # mode=max "export all the layers of all intermediate steps" build-args: | PACKAGE_VERSION=${{needs.prepare.outputs.created}} BASE_IMAGE=${{ matrix.distro }}