diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 700fe34..71f83dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: tags: ${{ matrix.fpm-image }}-amd64 context: fpm cache-from: type=gha - cache-to: type=gha,mode=max + cache-to: type=gha,mode=max,scope=fpm-${{ matrix.php }}-amd64 platforms: linux/amd64 build-args: | PHP_PATCH_VERSION=${{ matrix.phpPatch }} @@ -79,7 +79,7 @@ jobs: tags: ${{ matrix.fpm-image }}-arm64 context: fpm cache-from: type=gha - cache-to: type=gha,mode=max + cache-to: type=gha,mode=max,scope=fpm-${{ matrix.php }}-arm64 platforms: linux/arm64 build-args: | PHP_PATCH_VERSION=${{ matrix.phpPatch }}