Sha256: d556e4d0803a5971d0dc17f6a46c102d735fc47a1d19dcf0bbad04816c3662da
Contents?: true
Size: 397 Bytes
Versions: 12
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 info # No-op on native end def push combine \ docker(:build, *build_options, build_context), docker(:push, config.absolute_image), docker(:push, config.latest_image) end end
Version data entries
12 entries across 12 versions & 1 rubygems