have latest tag at end.

It gets pushed last and shows up as the first item in docker hub.
This commit is contained in:
redxef 2022-03-09 17:38:40 +01:00
parent 5ca19483fa
commit 9c2c8b9b09
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

View file

@ -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