ci: use self-hosted-dev runner tags

This commit is contained in:
M1 AIR
2026-03-05 00:08:50 +07:00
parent 77ac46a029
commit 54e4878406
+3 -3
View File
@@ -48,7 +48,7 @@ workflow:
build_prod_mr:
stage: build
image: public.ecr.aws/docker/library/docker:27
tags: [self-hosted-prod]
tags: [self-hosted-dev]
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "production"'
variables:
@@ -75,7 +75,7 @@ build_prod_mr:
build_push_prod:
stage: build
image: public.ecr.aws/docker/library/docker:27
tags: [self-hosted-prod]
tags: [self-hosted-dev]
rules:
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "production"'
variables:
@@ -94,7 +94,7 @@ build_push_prod:
update_gitops_prod_lti:
stage: gitops
image: public.ecr.aws/docker/library/alpine:3.20
tags: [self-hosted-prod]
tags: [self-hosted-dev]
rules:
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "production"'
needs: ["build_push_prod"]