Module: Dapp::Project::Command::StageImage

Included in:
Dapp::Project
Defined in:
lib/dapp/project/command/stage_image.rb

Overview

StageImage

Instance Method Summary collapse

Instance Method Details

#stage_imageObject



8
9
10
11
# File 'lib/dapp/project/command/stage_image.rb', line 8

def stage_image
  one_dimg!
  puts Dimg.new(config: build_configs.first, project: self, ignore_git_fetch: true).stage_image_name(cli_options[:stage])
end