Module: Dapp::Dimg::Dapp::Command::StageImage
- Included in:
- Dapp
- Defined in:
- lib/dapp/dimg/dapp/command/stage_image.rb
Instance Method Summary collapse
Instance Method Details
#stage_image ⇒ Object
6 7 8 9 |
# 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([:stage]) end |