Skip to content

Commit 490df18

Browse files
committed
Add each variant to the tag list
Signed-off-by: William Desportes <williamdes@wdes.fr>
1 parent d826f3a commit 490df18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

generate-stackbrew-library.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ for variant in apache fpm fpm-alpine; do
8181
variantAliases+=( "${versionAliases[@]}" )
8282
fi
8383

84+
# Add the variant to the tag list
85+
variantAliases+=( "${variant}" )
86+
8487
variantParent="$(awk 'toupper($1) == "FROM" { print $2 }' "$variant/Dockerfile")"
8588

8689
# depends on docker library

0 commit comments

Comments
 (0)