I have set up my own runner in gitlab where I run my project's pipelines. I'm new to this of the Tags and I already informed myself a little about it.
But in my .gitlab-ci.yml I put a tag, for example build-v1.0.0 in build job. However, in order for the job to run, I need to put that tag in the Runner's log. CI/CD Settings -> Runner Code -> Edit
I have already registered some Tags in the runner, but I am trying to put a pattern so that it recognizes the prefix of N tags, something like that.
Is there a way that I can place the N tags I want without having to register them in the runner?

