Skip to content

Commit

Permalink
Removing the loop as only single tag is getting passed
Browse files Browse the repository at this point in the history
Signed-off-by: bharathappali <[email protected]>
  • Loading branch information
bharathappali committed Mar 29, 2021
1 parent da11392 commit 232b9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ function build_image() {
btype=$1; shift;
local local_tag=$1; shift;

tags="${tags} -t ${repo}:${local_tag}"
tags=" -t ${repo}:${local_tag}"

auto_space_line=" "
image_name="${repo}:${local_tag}"
Expand Down

0 comments on commit 232b9d8

Please sign in to comment.