Skip to content

Commit 6a46e4e

Browse files
committed
(hotfix): add nr_version ao workflow do gh actions
1 parent cee27f0 commit 6a46e4e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/docker-build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ on:
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
@@ -66,6 +69,7 @@ jobs:
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

.github/workflows/setup-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ jobs:
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) }}

0 commit comments

Comments
 (0)