From e512b415803670a81f2d3ed2e0f901e2e1f24211 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Sun, 2 Feb 2025 22:38:42 +0100 Subject: [PATCH] Update circle ci config --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6e023a08..a2db6515 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,5 +1,10 @@ version: 2.1 +parameters: + tag: + type: string + default: "rc" + executors: docker-executor: machine: @@ -74,3 +79,4 @@ workflows: ignore: /.*/ # Run only on tag builds tags: only: /.*/ # Run for any tag + tag: "<< pipeline.parameters.tag >>"