Fixed failed workflows
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:cli os:alpine os_version:3.6 php_ver_short:5 php_version:5.6 with_database:false with_server:false]) (push) Successful in 52s
Details
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:debug os:alpine os_version:3.6 php_ver_short:5 php_version:5.6 with_database:false with_server:apache]) (push) Successful in 1m12s
Details
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:debug os:alpine os_version:3.6 php_ver_short:5 php_version:5.6 with_database:false with_server:false]) (push) Successful in 1m2s
Details
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:debug os:alpine os_version:3.6 php_ver_short:5 php_version:5.6 with_database:mysql with_server:apache]) (push) Successful in 1m11s
Details
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:debug os:alpine os_version:3.6 php_ver_short:5 php_version:5.6 with_database:postgresql with_server:apache]) (push) Successful in 1m15s
Details
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:full os:alpine os_version:3.6 php_ver_short:5 php_version:5.6 with_database:false with_server:apache]) (push) Successful in 1m0s
Details
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:full os:alpine os_version:3.6 php_ver_short:5 php_version:5.6 with_database:false with_server:false]) (push) Successful in 58s
Details
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:full os:alpine os_version:3.6 php_ver_short:5 php_version:5.6 with_database:mysql with_server:apache]) (push) Successful in 1m1s
Details
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:full os:alpine os_version:3.6 php_ver_short:5 php_version:5.6 with_database:postgresql with_server:apache]) (push) Successful in 1m1s
Details
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:cli os:alpine os_version:3.6 php_ver_short:5 php_version:5.6 with_database:false with_server:false]) (push) Successful in 52s
Details
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:debug os:alpine os_version:3.6 php_ver_short:5 php_version:5.6 with_database:false with_server:apache]) (push) Successful in 1m12s
Details
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:debug os:alpine os_version:3.6 php_ver_short:5 php_version:5.6 with_database:false with_server:false]) (push) Successful in 1m2s
Details
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:debug os:alpine os_version:3.6 php_ver_short:5 php_version:5.6 with_database:mysql with_server:apache]) (push) Successful in 1m11s
Details
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:debug os:alpine os_version:3.6 php_ver_short:5 php_version:5.6 with_database:postgresql with_server:apache]) (push) Successful in 1m15s
Details
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:full os:alpine os_version:3.6 php_ver_short:5 php_version:5.6 with_database:false with_server:apache]) (push) Successful in 1m0s
Details
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:full os:alpine os_version:3.6 php_ver_short:5 php_version:5.6 with_database:false with_server:false]) (push) Successful in 58s
Details
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:full os:alpine os_version:3.6 php_ver_short:5 php_version:5.6 with_database:mysql with_server:apache]) (push) Successful in 1m1s
Details
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:full os:alpine os_version:3.6 php_ver_short:5 php_version:5.6 with_database:postgresql with_server:apache]) (push) Successful in 1m1s
Details
This commit is contained in:
parent
187d5f3071
commit
d81dbc05ce
|
@ -21,8 +21,6 @@ jobs:
|
|||
mode: cli
|
||||
with_server: "false"
|
||||
with_database: "false"
|
||||
additional_tags: |
|
||||
quay.io/sindigilive/php:5-cli-alpine
|
||||
- os: "alpine"
|
||||
os_version: "3.6"
|
||||
php_version: "5.6"
|
||||
|
@ -30,9 +28,6 @@ jobs:
|
|||
mode: full
|
||||
with_server: "false"
|
||||
with_database: "false"
|
||||
additional_tags: |
|
||||
quay.io/sindigilive/php:5.6-alpine
|
||||
quay.io/sindigilive/php:5-alpine
|
||||
- os: "alpine"
|
||||
os_version: "3.6"
|
||||
php_version: "5.6"
|
||||
|
@ -40,8 +35,6 @@ jobs:
|
|||
mode: debug
|
||||
with_server: "false"
|
||||
with_database: "false"
|
||||
additional_tags: |
|
||||
quay.io/sindigilive/php:5-debug-alpine
|
||||
- os: "alpine"
|
||||
os_version: "3.6"
|
||||
php_version: "5.6"
|
||||
|
@ -49,9 +42,6 @@ jobs:
|
|||
mode: full
|
||||
with_server: "apache"
|
||||
with_database: "false"
|
||||
additional_tags: |
|
||||
quay.io/sindigilive/php:5.6-apache-alpine
|
||||
quay.io/sindigilive/php:5-apache-alpine
|
||||
- os: "alpine"
|
||||
os_version: "3.6"
|
||||
php_version: "5.6"
|
||||
|
@ -59,9 +49,6 @@ jobs:
|
|||
mode: full
|
||||
with_server: "apache"
|
||||
with_database: "mysql"
|
||||
additional_tags: |
|
||||
quay.io/sindigilive/php:5.6-apache-mysql-alpine
|
||||
quay.io/sindigilive/php:5-apache-mysql-alpine
|
||||
- os: "alpine"
|
||||
os_version: "3.6"
|
||||
php_version: "5.6"
|
||||
|
@ -69,9 +56,6 @@ jobs:
|
|||
mode: full
|
||||
with_server: "apache"
|
||||
with_database: "postgresql"
|
||||
additional_tags: |
|
||||
quay.io/sindigilive/php:5.6-apache-postgresql-alpine
|
||||
quay.io/sindigilive/php:5-apache-postgresql-alpine
|
||||
- os: "alpine"
|
||||
os_version: "3.6"
|
||||
php_version: "5.6"
|
||||
|
@ -79,7 +63,6 @@ jobs:
|
|||
mode: debug
|
||||
with_server: "apache"
|
||||
with_database: "false"
|
||||
additional_tags: ""
|
||||
- os: "alpine"
|
||||
os_version: "3.6"
|
||||
php_version: "5.6"
|
||||
|
@ -87,7 +70,6 @@ jobs:
|
|||
mode: debug
|
||||
with_server: "apache"
|
||||
with_database: "mysql"
|
||||
additional_tags: ""
|
||||
- os: "alpine"
|
||||
os_version: "3.6"
|
||||
php_version: "5.6"
|
||||
|
@ -95,7 +77,6 @@ jobs:
|
|||
mode: debug
|
||||
with_server: "apache"
|
||||
with_database: "postgresql"
|
||||
additional_tags: ""
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue