File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2727 imap_version :
2828 type : string
2929 required : true
30- php_erros_enabled :
30+ php_errors_enabled :
3131 type : boolean
3232 required : true
3333 variations :
6666 DOCKER_BUILD_REDIS_VERSION : ${{ inputs.redis_version }}
6767 DOCKER_BUILD_IMAP_TYPE : ${{ inputs.imap_type }}
6868 DOCKER_BUILD_IMAP_VERSION : ${{ inputs.imap_version }}
69- DOCKER_BUILD_PHP_ERRORS_ENABLED : ${{ inputs.php_erros_enabled && '1' || '0' }}
69+ DOCKER_BUILD_PHP_ERRORS_ENABLED : ${{ inputs.php_errors_enabled && '1' || '0' }}
7070 run : |
7171 go-replace --mode=template ./${{ inputs.template }} -o ./Dockerfile
7272
Original file line number Diff line number Diff line change 4545 redis_version : ${{ matrix.config.redis_version }}
4646 imap_version : ${{ matrix.config.imap_version }}
4747 imap_type : ${{ matrix.config.imap_type }}
48- php_erros_enabled : ${{ matrix.config.php_erros_enabled }}
48+ php_errors_enabled : ${{ matrix.config.php_errors_enabled }}
4949 variations : ${{ toJson(matrix.config.variations) }}
Original file line number Diff line number Diff line change 77 "redis_version" : " 5.3.7" ,
88 "imap_version" : " " ,
99 "imap_type" : " php-ext" ,
10- "php_erros_enabled " : false ,
10+ "php_errors_enabled " : false ,
1111 "variations" : [" pgsql" ]
1212 },
1313 {
1818 "redis_version" : " 5.3.7" ,
1919 "imap_version" : " " ,
2020 "imap_type" : " php-ext" ,
21- "php_erros_enabled " : true ,
21+ "php_errors_enabled " : true ,
2222 "variations" : []
2323 },
2424 {
2929 "redis_version" : " 5.3.7" ,
3030 "imap_version" : " " ,
3131 "imap_type" : " php-ext" ,
32- "php_erros_enabled " : true ,
32+ "php_errors_enabled " : true ,
3333 "variations" : [" grpc" , " mongodb" , " mongodb-1.21.0" ]
3434 },
3535 {
4141 "redis_version" : " 5.3.7" ,
4242 "imap_version" : " " ,
4343 "imap_type" : " php-ext" ,
44- "php_erros_enabled " : true ,
44+ "php_errors_enabled " : true ,
4545 "variations" : [" grpc" ]
4646 },
4747 {
5252 "redis_version" : " 6.1.0" ,
5353 "imap_version" : " " ,
5454 "imap_type" : " pecl" ,
55- "php_erros_enabled " : true ,
55+ "php_errors_enabled " : true ,
5656 "variations" : [" grpc" , " mongodb" ]
5757 }
5858]
You can’t perform that action at this time.
0 commit comments