From 3062790128f303f54c845122ae31bd93be4bc19d Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Mon, 18 Sep 2017 18:26:27 +0800 Subject: [PATCH] gitlab-ci: use specific version of build container --- .gitlab-ci.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03c34057f..974889c21 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ before_script: build_template_app: stage: build - image: $CI_DOCKER_REGISTRY/esp32-ci-env + image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1 tags: - build variables: @@ -69,7 +69,7 @@ build_template_app: .build_template: &build_template stage: build - image: $CI_DOCKER_REGISTRY/esp32-ci-env + image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1 tags: - build variables: @@ -154,7 +154,7 @@ build_examples_04: build_docs: stage: build - image: $CI_DOCKER_REGISTRY/esp32-ci-env + image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1 tags: - build_docs artifacts: @@ -171,7 +171,7 @@ build_docs: test_nvs_on_host: stage: test - image: $CI_DOCKER_REGISTRY/esp32-ci-env + image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1 tags: - nvs_host_test dependencies: [] @@ -181,7 +181,7 @@ test_nvs_on_host: test_partition_table_on_host: stage: test - image: $CI_DOCKER_REGISTRY/esp32-ci-env + image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1 tags: - build dependencies: [] @@ -191,7 +191,7 @@ test_partition_table_on_host: test_wl_on_host: stage: test - image: $CI_DOCKER_REGISTRY/esp32-ci-env + image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1 tags: - wl_host_test artifacts: @@ -204,7 +204,7 @@ test_wl_on_host: test_build_system: stage: test - image: $CI_DOCKER_REGISTRY/esp32-ci-env + image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1 tags: - build_test dependencies: [] @@ -214,7 +214,7 @@ test_build_system: test_report: stage: test_report - image: $CI_DOCKER_REGISTRY/esp32-ci-env + image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1 tags: - report only: @@ -269,7 +269,7 @@ push_master_to_github: before_script: - echo "Not setting up GitLab key, not fetching submodules" stage: deploy - image: $CI_DOCKER_REGISTRY/esp32-ci-env + image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1 tags: - deploy only: @@ -300,7 +300,7 @@ deploy_docs: before_script: - echo "Not setting up GitLab key, not fetching submodules" stage: deploy - image: $CI_DOCKER_REGISTRY/esp32-ci-env + image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1 tags: - deploy only: @@ -326,7 +326,7 @@ deploy_docs: check_doc_links: stage: test - image: $CI_DOCKER_REGISTRY/esp32-ci-env + image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1 tags: - check_doc_links only: @@ -346,7 +346,7 @@ check_doc_links: check_commit_msg: stage: deploy - image: $CI_DOCKER_REGISTRY/esp32-ci-env + image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1 tags: - build except: @@ -363,7 +363,7 @@ check_commit_msg: check_submodule_sync: stage: deploy - image: $CI_DOCKER_REGISTRY/esp32-ci-env + image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1 tags: - build except: