|
79 | 79 | - 27017:27017
|
80 | 80 |
|
81 | 81 | container:
|
82 |
| - image: countly/countly-core:pipelines-${{ github.base_ref || github.ref_name || inputs.custom_tag }} |
| 82 | + image: countly/countly-core:pipelines-${{ inputs.custom_tag || github.base_ref || github.ref_name }} |
83 | 83 | env:
|
84 | 84 | COUNTLY_CONFIG__MONGODB_HOST: mongodb
|
85 | 85 | COUNTLY_CONFIG_API_PREVENT_JOBS: true
|
@@ -136,7 +136,7 @@ jobs:
|
136 | 136 | - 27017:27017
|
137 | 137 |
|
138 | 138 | container:
|
139 |
| - image: countly/countly-core:pipelines-${{ github.base_ref || github.ref_name || inputs.custom_tag }} |
| 139 | + image: countly/countly-core:pipelines-${{ inputs.custom_tag || github.base_ref || github.ref_name }} |
140 | 140 | env:
|
141 | 141 | COUNTLY_CONFIG__MONGODB_HOST: mongodb
|
142 | 142 | COUNTLY_CONFIG_API_PREVENT_JOBS: true
|
@@ -183,7 +183,7 @@ jobs:
|
183 | 183 | - 27017:27017
|
184 | 184 |
|
185 | 185 | container:
|
186 |
| - image: countly/countly-core:pipelines-${{ github.base_ref || github.ref_name || inputs.custom_tag }} |
| 186 | + image: countly/countly-core:pipelines-${{ inputs.custom_tag || github.base_ref || github.ref_name }} |
187 | 187 | env:
|
188 | 188 | COUNTLY_CONFIG__MONGODB_HOST: mongodb
|
189 | 189 | COUNTLY_CONFIG_API_PREVENT_JOBS: true
|
@@ -236,7 +236,7 @@ jobs:
|
236 | 236 | - 27017:27017
|
237 | 237 |
|
238 | 238 | container:
|
239 |
| - image: countly/countly-core:pipelines-${{ github.base_ref || github.ref_name || inputs.custom_tag }} |
| 239 | + image: countly/countly-core:pipelines-${{ inputs.custom_tag || github.base_ref || github.ref_name }} |
240 | 240 | env:
|
241 | 241 | COUNTLY_CONFIG__MONGODB_HOST: mongodb
|
242 | 242 | COUNTLY_CONFIG_API_PREVENT_JOBS: true
|
@@ -314,7 +314,7 @@ jobs:
|
314 | 314 | - 27017:27017
|
315 | 315 |
|
316 | 316 | container:
|
317 |
| - image: countly/countly-core:pipelines-${{ github.base_ref || github.ref_name || inputs.custom_tag }} |
| 317 | + image: countly/countly-core:pipelines-${{ inputs.custom_tag || github.base_ref || github.ref_name }} |
318 | 318 | env:
|
319 | 319 | COUNTLY_CONFIG__MONGODB_HOST: mongodb
|
320 | 320 | COUNTLY_CONFIG_API_PREVENT_JOBS: true
|
|
0 commit comments