Skip to content
Snippets Groups Projects

Container Registry multi-level image names support

7 unresolved threads
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -11,6 +11,7 @@
after(:build) do |image, evaluator|
if evaluator.stubbed
allow(Gitlab.config.registry).to receive(:enabled).and_return(true)
allow(Auth::ContainerRegistryAuthenticationService).to receive(:full_access_token).and_return('token')
allow(image.client).to receive(:repository_tags).and_return({
name: image.name_with_namespace,
tags: evaluator.tags
Loading