测试
Some checks failed
Build Docker Image And Push / Build PHP ${{ matrix.php-version }} (ubuntu-latest, 8.0) (push) Failing after 1m49s
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:
parent
bb64a8f4c6
commit
0db0e48ec3
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user