From 620cc503964fec1c739832af12bb8a07f3bc44ff Mon Sep 17 00:00:00 2001 From: Smart-SangGe <2251250136@qq.com> Date: Tue, 2 Aug 2022 09:53:31 +0800 Subject: [PATCH] update ci config --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 803deed..d939211 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,4 +46,5 @@ docker_deploy: stage: deploy script: - kubectl run console-${PACKAGE_VERSION} --image=reg.sre.victor-core.top/cobalt-strike/console:${PACKAGE_VERSION} - \ No newline at end of file + tags: + - cluster \ No newline at end of file