bump versions, sync xdebug version for all images

This commit is contained in:
2024-05-07 11:52:54 +07:00
parent a5774f098d
commit 3caef2148c
11 changed files with 23 additions and 28 deletions

View File

@@ -43,6 +43,7 @@ jobs:
--platform=linux/amd64,linux/arm64 \
--build-arg BUILDKIT_INLINE_CACHE=1 \
--build-arg COMPOSER_VERSION=${{ env.COMPOSER_VERSION }} \
--build-arg XDEBUG_VERSION=${{ env.XDEBUG_VERSION }} \
--cache-from="type=registry,ref=dannecron/php-for-dev:${{ matrix.php_version }}.cache,mode=max" \
--cache-to="type=registry,ref=dannecron/php-for-dev:${{ matrix.php_version }}.cache,mode=max" \
--tag=dannecron/php-for-dev:${{ matrix.php_version }} \