module Dapp::Dimg::Dapp::Command::Tag

Public Instance Methods

tag() click to toggle source
# File lib/dapp/dimg/dapp/command/tag.rb, line 6
def tag
  dimg_import_export_base do |dimg|
    dimg.tag!(option_repo, format: push_format(dimg.name))
  end
end