234
Some checks failed
Build Docker Image And Push / Build PHP ${{ matrix.php-version }} (ubuntu-latest, 8.0) (push) Failing after 30s
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:
parent
25fe1f48c7
commit
feca5c9d3c
6
.github/workflows/docker-image.yml
vendored
6
.github/workflows/docker-image.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user