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

This commit is contained in:
Muhamad Aditya Prima 2024-12-16 17:58:36 +07:00
parent 5e5e5866af
commit 7b93638aab
1 changed files with 2 additions and 2 deletions

View File

@ -47,13 +47,13 @@ jobs:
PHP_VER_SHORT=${{ matrix.version.php_ver_short }}
tags: |
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
uses: docker/build-push-action@v5
with:
push: true
context: .
file: 5/Dockerfile.${{ matrix.version.server }}-${{ matrix.version.os }}
file: 5/Dockerfile.${{ matrix.server }}-${{ matrix.version.os }}
build-args: |
OS_VERSION=${{ matrix.version.os_version }}
FLAVOR=${{ matrix.flavors }}