Skip to content

Commit 94045b3

Browse files
committed
Update README generator
1 parent 2d1c043 commit 94045b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if [ "$PUSH" = "no" ]; then
5656
fi
5757

5858
echo -e "# Supported tags and respective \`Dockerfile\` links\n" > README.md
59-
for i in $(awk '/^ENV HAPROXY_MINOR/ {print $NF; exit}' */Dockerfile| sort -n -r); do
59+
for i in $(awk '/^ENV HAPROXY_MINOR/ {print $NF}' */Dockerfile | sort -u -n -r); do
6060
short=$(echo $i | cut -d. -f1-2 |cut -d- -f1)
6161
if [ "$short" = "$HAPROXY_CURRENT_BRANCH" ]; then
6262
if [ "$short" = "$i" ]; then

0 commit comments

Comments
 (0)