@@ -75,7 +75,7 @@ before_script:
75
75
76
76
build_template_app :
77
77
stage : build
78
- image : $CI_DOCKER_REGISTRY/esp32-ci-env
78
+ image : $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
79
79
tags :
80
80
- build
81
81
variables :
@@ -102,7 +102,7 @@ build_template_app:
102
102
103
103
.build_template : &build_template
104
104
stage : build
105
- image : $CI_DOCKER_REGISTRY/esp32-ci-env
105
+ image : $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
106
106
tags :
107
107
- build
108
108
variables :
@@ -190,7 +190,7 @@ build_examples_07:
190
190
191
191
build_docs :
192
192
stage : build
193
- image : $CI_DOCKER_REGISTRY/esp32-ci-env
193
+ image : $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
194
194
tags :
195
195
- build_docs
196
196
artifacts :
@@ -212,7 +212,7 @@ build_docs:
212
212
213
213
test_nvs_on_host :
214
214
stage : test
215
- image : $CI_DOCKER_REGISTRY/esp32-ci-env
215
+ image : $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
216
216
tags :
217
217
- nvs_host_test
218
218
dependencies : []
@@ -222,7 +222,7 @@ test_nvs_on_host:
222
222
223
223
test_partition_table_on_host :
224
224
stage : test
225
- image : $CI_DOCKER_REGISTRY/esp32-ci-env
225
+ image : $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
226
226
tags :
227
227
- build
228
228
dependencies : []
@@ -232,7 +232,7 @@ test_partition_table_on_host:
232
232
233
233
test_wl_on_host :
234
234
stage : test
235
- image : $CI_DOCKER_REGISTRY/esp32-ci-env
235
+ image : $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
236
236
tags :
237
237
- wl_host_test
238
238
artifacts :
@@ -245,7 +245,7 @@ test_wl_on_host:
245
245
246
246
test_multi_heap_on_host :
247
247
stage : test
248
- image : $CI_DOCKER_REGISTRY/esp32-ci-env
248
+ image : $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
249
249
tags :
250
250
- wl_host_test
251
251
script :
@@ -254,7 +254,7 @@ test_multi_heap_on_host:
254
254
255
255
test_build_system :
256
256
stage : test
257
- image : $CI_DOCKER_REGISTRY/esp32-ci-env
257
+ image : $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
258
258
tags :
259
259
- build_test
260
260
dependencies : []
@@ -267,7 +267,7 @@ test_build_system:
267
267
268
268
test_report :
269
269
stage : test_report
270
- image : $CI_DOCKER_REGISTRY/esp32-ci-env
270
+ image : $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
271
271
tags :
272
272
- report
273
273
only :
@@ -321,7 +321,7 @@ test_report:
321
321
322
322
push_master_to_github :
323
323
stage : deploy
324
- image : $CI_DOCKER_REGISTRY/esp32-ci-env
324
+ image : $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
325
325
tags :
326
326
- deploy
327
327
only :
@@ -351,7 +351,7 @@ push_master_to_github:
351
351
352
352
deploy_docs :
353
353
stage : deploy
354
- image : $CI_DOCKER_REGISTRY/esp32-ci-env
354
+ image : $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
355
355
tags :
356
356
- deploy
357
357
only :
@@ -378,7 +378,7 @@ deploy_docs:
378
378
379
379
check_doc_links :
380
380
stage : test
381
- image : $CI_DOCKER_REGISTRY/esp32-ci-env
381
+ image : $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
382
382
tags :
383
383
- check_doc_links
384
384
only :
@@ -398,7 +398,7 @@ check_doc_links:
398
398
399
399
check_commit_msg :
400
400
stage : deploy
401
- image : $CI_DOCKER_REGISTRY/esp32-ci-env
401
+ image : $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
402
402
tags :
403
403
- build
404
404
except :
@@ -415,7 +415,7 @@ check_commit_msg:
415
415
416
416
check_submodule_sync :
417
417
stage : deploy
418
- image : $CI_DOCKER_REGISTRY/esp32-ci-env
418
+ image : $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
419
419
tags :
420
420
- build
421
421
except :
0 commit comments