Sha256: 757b8a6a0079b615146198555b3c5650cc7ae3506c911a6c03bce37a9ef3943f
Contents?: true
Size: 397 Bytes
Versions: 8
Compression:
Stored size: 397 Bytes
Contents
class Kamal::Commands::Builder::Native < Kamal::Commands::Builder::Base def create # No-op on native without cache end def remove # No-op on native without cache end def push combine \ docker(:build, *build_options, build_context), docker(:push, config.absolute_image), docker(:push, config.latest_image) end def info # No-op on native end end
Version data entries
8 entries across 8 versions & 1 rubygems