fix cache

This commit is contained in:
Greyscale 2024-05-19 04:39:08 +02:00
parent 5dcba88b1d
commit 4fae1f1ebf
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -90,8 +90,8 @@ jobs:
benzine/php:${{ matrix.variant }}-${{ matrix.version }}
build-args: |
${{ steps.build_args.outputs.result }}
cache-from: ${{ env.DOCKER_CACHE_FROM }}
cache-to: ${{ env.DOCKER_CACHE_TO }}
cache-from: "${{ env.DOCKER_CACHE_FROM }},scope=${{ matrix.variant }}-${{ matrix.version }}"
cache-to: "${{ env.DOCKER_CACHE_TO }},scope=${{ matrix.variant }}-${{ matrix.version }}"
- name: "Validate build"
run: docker run --rm ghcr.io/benzine-framework/php:${{ matrix.variant }}-${{ matrix.version }} /usr/bin/install-report
validate-dive-report: