Method: Default#push

Defined in:
lib/dockit/cli.rb

#push(registry, service = nil) ⇒ Object



137
138
139
140
141
# File 'lib/dockit/cli.rb', line 137

def push(registry, service=nil)
  exec(service) do |s|
    s.push(registry, options[:tag], options[:force])
  end
end