diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 0afe53e..5e579c1 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -19,12 +19,6 @@ jobs: build: name: Build PHP ${{ matrix.php-version }} runs-on: ${{ matrix.os }} - container: - # 使用支持docker的act镜像 - image: catthehacker/ubuntu:act-latest - volumes: - # 缓存docker构建步骤 - - ubuntu_dockercache:/opt/dockercache env: PHP_CLI_VERSION: ${{ matrix.php-version }}-cli-alpine strategy: