测试
Some checks failed
Build Docker Image And Push / Build PHP ${{ matrix.php-version }} (ubuntu-latest, 8.0) (push) Failing after 1m49s

This commit is contained in:
meng 2024-03-14 16:21:50 +08:00
parent bb64a8f4c6
commit 0db0e48ec3

View File

@ -12,6 +12,7 @@ jobs:
build:
name: Build PHP ${{ matrix.php-version }}
runs-on: ${{ matrix.os }}
container: catthehacker/ubuntu:act-latest
env:
PHP_CLI_VERSION: ${{ matrix.php-version }}-cli-alpine
strategy:
@ -20,10 +21,6 @@ jobs:
php-version: ['8.0']
max-parallel: 8
steps:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Login to Git Docker Hub
# https://github.com/docker/login-action#docker-hub
uses: docker/login-action@v3