From 04ca4698397b2b76b45acdb153c165bb6c2f4fea Mon Sep 17 00:00:00 2001 From: Guillaume Sainthillier Date: Sat, 1 Jun 2024 16:57:59 +0200 Subject: [PATCH] try github cache to docker build --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b144263..6e361ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,3 +57,5 @@ jobs: platforms: linux/amd64,linux/arm64 tags: ${{ format('silarhi/php-apache:{0}', steps.split.outputs._1) }} push: true + cache-from: type=gha + cache-to: type=gha,mode=max