mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
Fix path to tag
This commit is contained in:
@@ -3,7 +3,7 @@ module ContainerRegistry
|
||||
attr_reader :uri, :client, :path
|
||||
|
||||
def initialize(uri, options = {})
|
||||
@path = uri || options[:path]
|
||||
@path = options[:path] || uri
|
||||
@uri = URI.parse(uri)
|
||||
@client = ContainerRegistry::Client.new(uri, options)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user