Skip to content

Commit 232b9d8

Browse files
committed
Removing the loop as only single tag is getting passed
Signed-off-by: bharathappali <[email protected]>
1 parent da11392 commit 232b9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ function build_image() {
217217
btype=$1; shift;
218218
local local_tag=$1; shift;
219219

220-
tags="${tags} -t ${repo}:${local_tag}"
220+
tags=" -t ${repo}:${local_tag}"
221221

222222
auto_space_line=" "
223223
image_name="${repo}:${local_tag}"

0 commit comments

Comments
 (0)