have latest tag at end.
It gets pushed last and shows up as the first item in docker hub.
This commit is contained in:
parent
5ca19483fa
commit
9c2c8b9b09
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ build() {
|
|||
if [ -z "$line" ]; then
|
||||
continue
|
||||
fi
|
||||
final_tag="$final_tag,$repository:$line"
|
||||
final_tag="$repository:$line,$final_tag"
|
||||
done < "$additional_tags"
|
||||
fi
|
||||
|
||||
|
|
Reference in a new issue