From 9c2c8b9b093c319ce80ea52790a025b474d05910 Mon Sep 17 00:00:00 2001 From: redxef Date: Wed, 9 Mar 2022 17:38:40 +0100 Subject: [PATCH] have latest tag at end. It gets pushed last and shows up as the first item in docker hub. --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 89e0c2f..04c5ad7 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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