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 >>"