We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1c043 commit 94045b3Copy full SHA for 94045b3
build.sh
@@ -56,7 +56,7 @@ if [ "$PUSH" = "no" ]; then
56
fi
57
58
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
+for i in $(awk '/^ENV HAPROXY_MINOR/ {print $NF}' */Dockerfile | sort -u -n -r); do
60
short=$(echo $i | cut -d. -f1-2 |cut -d- -f1)
61
if [ "$short" = "$HAPROXY_CURRENT_BRANCH" ]; then
62
if [ "$short" = "$i" ]; then
0 commit comments