234
Some checks failed
Build Docker Image And Push / Build PHP ${{ matrix.php-version }} (ubuntu-latest, 8.0) (push) Failing after 30s

This commit is contained in:
meng 2024-03-15 10:52:14 +08:00
parent 25fe1f48c7
commit feca5c9d3c

View File

@ -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: