From f032bbc1177a1e5da6cea78560a1fe45ad263f36 Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Fri, 10 Nov 2023 11:58:30 +0100 Subject: [PATCH] build(.github) fix WordPress container scope --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 28ff118a1..5d7319735 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -79,8 +79,8 @@ jobs: file: containers/php/Dockerfile push: false tags: lucatume/wp-browser-v3-wordpress:php-apache - cache-from: type=gha,scope=5.6 - cache-to: type=gha,mode=max,scope=5.6 + cache-from: type=gha,scope=${{ matrix.php_version }} + cache-to: type=gha,mode=max,scope=${{ matrix.php_version }} load: true build-args: | PHP_VERSION=${{ matrix.php_version }}