diff --git a/catalog-info.yaml b/catalog-info.yaml index 287c858db51..f650bb4ce5a 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -228,8 +228,8 @@ spec: build_tags: true # Will trigger job when GitHub release tags are created build_pull_requests: false filter_enabled: true - filter_condition: | # Eg 100.100.100 but skip 100.100.100.1 or 100.100.100-rc - build.tag =~ /^[0-9]+\.[0-9]+\.[0-9]+$/ + filter_condition: | # Eg v100.100.100 but skip v100.100.100.1 or v100.100.100-rc + build.tag =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/ teams: eui-team: access_level: MANAGE_BUILD_AND_READ