From dd3f1a337654094619eaf1ce6f03d10dc271ff7c Mon Sep 17 00:00:00 2001 From: Dimitri Huisman Date: Sat, 20 Aug 2022 07:49:36 +0000 Subject: [PATCH] Switch to mode=min for GHA cache for docker buildx to prevent ratelimiting in GHA workflow --- .github/workflows/build_test_deploy.yml | 2 +- webmails/roundcube/Dockerfile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index 5f893635..7a042eee 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -135,7 +135,7 @@ jobs: push: false set: | *.cache-from=type=gha,scope=build-${{ matrix.target }} - *.cache-to=type=gha,scope=build-${{ matrix.target }},mode=max + *.cache-to=type=gha,scope=build-${{ matrix.target }},mode=min *.platform=${{ inputs.architecture }} # This job runs all the tests. diff --git a/webmails/roundcube/Dockerfile b/webmails/roundcube/Dockerfile index d345442f..800c0e42 100644 --- a/webmails/roundcube/Dockerfile +++ b/webmails/roundcube/Dockerfile @@ -1,4 +1,3 @@ -# NOTE: only add qemu-arm-static if building for arm FROM php:8.0-apache ARG VERSION