Class: BuildAppImage
- Inherits:
-
Object
- Object
- BuildAppImage
- Defined in:
- lib/build_app_image.rb
Instance Method Summary collapse
Instance Method Details
#main ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/build_app_image.rb', line 5 def main = gcr_url = "asia.gcr.io/#{[:project_id]}/#{[:image_repo]}" image_url = build_image(gcr_url, ) end |