Skip to content

Commit

Permalink
Default to all targets instead of none
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Jan 31, 2025
1 parent 3e52164 commit f9fa7b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/docker.rake
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ namespace :docker do
def targets_for(args)
images = args.to_a

images = ["**:*"] if images.empty?

images.map do |image|
image = "#{repository}/#{image}" unless image.start_with?(repository)

Expand Down

0 comments on commit f9fa7b6

Please sign in to comment.