Module: Dapp::Dimg::Dapp::Command::Tag

Included in:
Dapp
Defined in:
lib/dapp/dimg/dapp/command/tag.rb

Instance Method Summary collapse

Instance Method Details

#tagObject



6
7
8
9
10
# 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