Skip to content

Commit

Permalink
Add a no-op remove method for pack
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhammond committed Oct 17, 2024
1 parent d538447 commit 145b73c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/kamal/commands/builder/pack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ def push
docker(:push, config.latest_image)
end

def remove;end

def info
pack :builder, :inspect, pack_builder
end
Expand Down

0 comments on commit 145b73c

Please sign in to comment.