Updated php5 action workflows
Build and push PHP 5 container images / Build PHP 5 container images (cli, apache, map[os:alpine os_version:3.5 php_ver_short:5 php_version:5.6]) (push) Successful in 42s
Details
Build and push PHP 5 container images / Build PHP 5 container images (debug, apache, map[os:alpine os_version:3.5 php_ver_short:5 php_version:5.6]) (push) Has been cancelled
Details
Build and push PHP 5 container images / Build PHP 5 container images (debug, blank, map[os:alpine os_version:3.5 php_ver_short:5 php_version:5.6]) (push) Has been cancelled
Details
Build and push PHP 5 container images / Build PHP 5 container images (full, apache, map[os:alpine os_version:3.5 php_ver_short:5 php_version:5.6]) (push) Has been cancelled
Details
Build and push PHP 5 container images / Build PHP 5 container images (full, blank, map[os:alpine os_version:3.5 php_ver_short:5 php_version:5.6]) (push) Has been cancelled
Details
Build and push PHP 5 container images / Build PHP 5 container images (cli, blank, map[os:alpine os_version:3.5 php_ver_short:5 php_version:5.6]) (push) Has been cancelled
Details
Build and push PHP 5 container images / Build PHP 5 container images (cli, apache, map[os:alpine os_version:3.5 php_ver_short:5 php_version:5.6]) (push) Successful in 42s
Details
Build and push PHP 5 container images / Build PHP 5 container images (debug, apache, map[os:alpine os_version:3.5 php_ver_short:5 php_version:5.6]) (push) Has been cancelled
Details
Build and push PHP 5 container images / Build PHP 5 container images (debug, blank, map[os:alpine os_version:3.5 php_ver_short:5 php_version:5.6]) (push) Has been cancelled
Details
Build and push PHP 5 container images / Build PHP 5 container images (full, apache, map[os:alpine os_version:3.5 php_ver_short:5 php_version:5.6]) (push) Has been cancelled
Details
Build and push PHP 5 container images / Build PHP 5 container images (full, blank, map[os:alpine os_version:3.5 php_ver_short:5 php_version:5.6]) (push) Has been cancelled
Details
Build and push PHP 5 container images / Build PHP 5 container images (cli, blank, map[os:alpine os_version:3.5 php_ver_short:5 php_version:5.6]) (push) Has been cancelled
Details
This commit is contained in:
parent
5e5e5866af
commit
7b93638aab
|
@ -47,13 +47,13 @@ jobs:
|
||||||
PHP_VER_SHORT=${{ matrix.version.php_ver_short }}
|
PHP_VER_SHORT=${{ matrix.version.php_ver_short }}
|
||||||
tags: |
|
tags: |
|
||||||
quay.io/sindigilive/php:${{ matrix.version.php_version }}-${{ matrix.flavors }}-${{ matrix.version.os }}
|
quay.io/sindigilive/php:${{ matrix.version.php_version }}-${{ matrix.flavors }}-${{ matrix.version.os }}
|
||||||
- if: ${{ matrix.server == 'apache' && (matrix.flavors == 'full' || matrix.flavors == 'debug') }}
|
- if: ${{ matrix.server == 'apache' }}
|
||||||
name: Build and push php5 with apache2
|
name: Build and push php5 with apache2
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
context: .
|
context: .
|
||||||
file: 5/Dockerfile.${{ matrix.version.server }}-${{ matrix.version.os }}
|
file: 5/Dockerfile.${{ matrix.server }}-${{ matrix.version.os }}
|
||||||
build-args: |
|
build-args: |
|
||||||
OS_VERSION=${{ matrix.version.os_version }}
|
OS_VERSION=${{ matrix.version.os_version }}
|
||||||
FLAVOR=${{ matrix.flavors }}
|
FLAVOR=${{ matrix.flavors }}
|
||||||
|
|
Loading…
Reference in New Issue