Skip to content

Commit

Permalink
Add each variant to the tag list
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed May 7, 2020
1 parent d826f3a commit 490df18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generate-stackbrew-library.sh
Expand Up @@ -81,6 +81,9 @@ for variant in apache fpm fpm-alpine; do
variantAliases+=( "${versionAliases[@]}" )
fi

# Add the variant to the tag list
variantAliases+=( "${variant}" )

variantParent="$(awk 'toupper($1) == "FROM" { print $2 }' "$variant/Dockerfile")"

# depends on docker library
Expand Down

0 comments on commit 490df18

Please sign in to comment.