Skip to content

Commit b6cd160

Browse files
committed
Reverting back to usage of tag instead of looping over local_tags
Signed-off-by: bharathappali <[email protected]>
1 parent dc58023 commit b6cd160

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
@@ -219,7 +219,7 @@ function build_image() {
219219
local local_tags=("$@") # copy arguments to local array
220220
for i in "${!local_tags[@]}"
221221
do
222-
tags="${tags} -t ${repo}:${local_tags[$i]}"
222+
tags="${tags} -t ${repo}:${tag}"
223223
done
224224

225225
auto_space_line=" "

0 commit comments

Comments
 (0)