fix image building

This commit is contained in:
2024-05-07 11:58:30 +07:00
parent e3ecee8ff7
commit 4b57436f6e
2 changed files with 8 additions and 8 deletions

View File

@@ -43,7 +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 }} \
--build-arg PHP_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 }} \