docs ci: Use the final version of the esp-idf-doc-env image
(Content is the same)
This commit is contained in:
parent
f906095789
commit
0441c5d744
2 changed files with 2 additions and 2 deletions
|
@ -231,7 +231,7 @@ build_test_apps_esp32s2:
|
||||||
|
|
||||||
.build_docs_template: &build_docs_template
|
.build_docs_template: &build_docs_template
|
||||||
stage: build
|
stage: build
|
||||||
image: $CI_DOCKER_REGISTRY/esp-idf-doc-env:v2-d4034371
|
image: $CI_DOCKER_REGISTRY/esp-idf-doc-env:v2
|
||||||
tags:
|
tags:
|
||||||
- build_docs
|
- build_docs
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.check_doc_links_template: &check_doc_links_template
|
.check_doc_links_template: &check_doc_links_template
|
||||||
stage: post_deploy
|
stage: post_deploy
|
||||||
image: $CI_DOCKER_REGISTRY/esp-idf-doc-env:v2-d4034371
|
image: $CI_DOCKER_REGISTRY/esp-idf-doc-env:v2
|
||||||
tags: [ "build", "amd64", "internet" ]
|
tags: [ "build", "amd64", "internet" ]
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Reference in a new issue