From 2cc61e5d1e78db2fee68a53d3eda38733d2c1ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Thu, 20 Jul 2017 11:50:21 +0000 Subject: Merge branch 'fix/gb/fix-container-registry-tag-routing' into 'master' Fix docker tag reference routing constraints Closes #35220 and gitlab-com/support-forum#2246 See merge request !12961 --- config/routes/project.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/routes/project.rb b/config/routes/project.rb index 62cab25c763..672b5a9a160 100644 --- a/config/routes/project.rb +++ b/config/routes/project.rb @@ -272,7 +272,7 @@ constraints(ProjectUrlConstrainer.new) do namespace :registry do resources :repository, only: [] do resources :tags, only: [:destroy], - constraints: { id: Gitlab::Regex.container_registry_reference_regex } + constraints: { id: Gitlab::Regex.container_registry_tag_regex } end end -- cgit v1.2.1