This commit is contained in:
parent
95ffcdd3c8
commit
6cfa6e80fb
11
.github/workflows/docker-image.yml
vendored
11
.github/workflows/docker-image.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user