From fa4eb4775cb3abc2f862aa379bbd23f1dcddfbda Mon Sep 17 00:00:00 2001 From: yiwenxiu Date: Fri, 27 Jun 2025 17:29:10 +0800 Subject: [PATCH] feat: change build tag --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2834f855a..fb28328b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -240,7 +240,7 @@ build_image: - build # runner: `sudo mkdir -p /cache/matter_build/` # gitlab-runner config: `volumes = ["/cache:/cache:rw"]` - - matter_cache + - brew before_script: - *add_gitlab_ssh_key - *get_build_caches @@ -262,7 +262,7 @@ build_image: - if: $CI_PIPELINE_SOURCE == "merge_request_event" || $CI_PIPELINE_SOURCE == "push" || $CI_COMMIT_BRANCH == "main" tags: - build - - matter_cache + - brew before_script: - *add_gitlab_ssh_key - *get_build_caches