Przeglądaj źródła

docs ci: Use the final version of the esp-idf-doc-env image

(Content is the same)
Angus Gratton 6 lat temu
rodzic
commit
0441c5d744
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      tools/ci/config/build.yml
  2. 1 1
      tools/ci/config/post_deploy.yml

+ 1 - 1
tools/ci/config/build.yml

@@ -231,7 +231,7 @@ build_test_apps_esp32s2:
 
 .build_docs_template: &build_docs_template
   stage: build
-  image: $CI_DOCKER_REGISTRY/esp-idf-doc-env:v2-d4034371
+  image: $CI_DOCKER_REGISTRY/esp-idf-doc-env:v2
   tags:
     - build_docs
   artifacts:

+ 1 - 1
tools/ci/config/post_deploy.yml

@@ -1,6 +1,6 @@
 .check_doc_links_template: &check_doc_links_template
   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" ]
   only:
     - master