Remove over-complicated caching bit.
This commit is contained in:
parent
9eff71a7ee
commit
0bdcbae630
1 changed files with 0 additions and 2 deletions
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
|
@ -90,8 +90,6 @@ jobs:
|
|||
benzine/php:${{ matrix.variant }}-${{ matrix.version }}
|
||||
build-args: |
|
||||
${{ steps.build_args.outputs.result }}
|
||||
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
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue