Skip to content

Commit f9fa7b6

Browse files
committed
Default to all targets instead of none
1 parent 3e52164 commit f9fa7b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/docker.rake

+2
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ namespace :docker do
9797
def targets_for(args)
9898
images = args.to_a
9999

100+
images = ["**:*"] if images.empty?
101+
100102
images.map do |image|
101103
image = "#{repository}/#{image}" unless image.start_with?(repository)
102104

0 commit comments

Comments
 (0)