From 0441c5d744f5fbfbf868425e030a028c5d832650 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Mon, 10 Feb 2020 19:55:46 +1100 Subject: [PATCH] docs ci: Use the final version of the esp-idf-doc-env image (Content is the same) --- tools/ci/config/build.yml | 2 +- tools/ci/config/post_deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ci/config/build.yml b/tools/ci/config/build.yml index 5aaee5cd1..a3593441a 100644 --- a/tools/ci/config/build.yml +++ b/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: diff --git a/tools/ci/config/post_deploy.yml b/tools/ci/config/post_deploy.yml index 8cc46821a..841f10ecc 100644 --- a/tools/ci/config/post_deploy.yml +++ b/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