Reliably target the right container image, even when your tags don't follow a single naming convention.
What's new
  • Define which image tag a target follows using a regular expression
  • Match production images across repositories with mixed or non-standard tag conventions
  • Keep dynamic targeting — the target automatically follows the matching tag as new versions are pushed
Why this matters
Not every team tags container images the same way — some use semantic versions, some add suffixes like
-dev
, and some use neither. Exact-match and semver rules can't cover those mixed cases, which means the wrong image can end up in scope. With regex tag matching, you can describe your own tag pattern and consistently resolve the correct production image, even across repositories that don't share a convention.
Screenshot 2026-06-11 at 13
Getting started
When setting up or editing a container image target, choose the regex option for your tag rule and enter your pattern. You can find out more about adding container images in our support documentation here.