File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 2727 imap_version :
2828 type : string
2929 required : true
30+ nr_version :
31+ type : string
32+ required : true
3033 php_errors_enabled :
3134 type : boolean
3235 required : true
6669 DOCKER_BUILD_REDIS_VERSION : ${{ inputs.redis_version }}
6770 DOCKER_BUILD_IMAP_TYPE : ${{ inputs.imap_type }}
6871 DOCKER_BUILD_IMAP_VERSION : ${{ inputs.imap_version }}
72+ DOCKER_BUILD_NR_VERSION : ${{ inputs.nr_version }}
6973 DOCKER_BUILD_PHP_ERRORS_ENABLED : ${{ inputs.php_errors_enabled && '1' || '0' }}
7074 run : |
7175 go-replace --mode=template ./${{ inputs.template }} -o ./Dockerfile
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+ nr_version : ${{ matrix.config.nr_version || '' }}
4849 php_errors_enabled : ${{ matrix.config.php_errors_enabled }}
4950 variations : ${{ toJson(matrix.config.variations) }}
You can’t perform that action at this time.
0 commit comments