module Dapp::Dimg::Dapp::Command::StageImage

Public Instance Methods

stage_image() click to toggle source
# File lib/dapp/dimg/dapp/command/stage_image.rb, line 6
def stage_image
  one_dimg!
  puts dimg(config: build_configs.first).stage_image_name(options[:stage])
end