88888
Some checks failed
Build Docker Image And Push / Build PHP 8.0 (push) Failing after 12s

This commit is contained in:
meng 2024-03-15 11:30:25 +08:00
parent 95ffcdd3c8
commit 6cfa6e80fb

View File

@ -17,15 +17,10 @@ env:
jobs: jobs:
build: build:
name: Build PHP ${{ matrix.php-version }} name: Build PHP 8.0
runs-on: ${{ matrix.os }} runs-on: ubuntu-latest
env: env:
PHP_CLI_VERSION: ${{ matrix.php-version }}-cli-alpine PHP_CLI_VERSION: 8.0-cli-alpine
strategy:
matrix:
os: [ ubuntu-latest ]
php-version: ['8.0']
max-parallel: 8
steps: steps:
- name: Login to Git Docker Hub - name: Login to Git Docker Hub
# https://github.com/docker/login-action#docker-hub # https://github.com/docker/login-action#docker-hub