mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-14 18:35:08 +01:00
Readd postfix version tags
Restores 'beta', 'alpha' and 'rc' version tags Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
a45bc2a2ae
commit
ae09fe6f01
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ for version in "${versions[@]}"; do
|
|||
versionPostfix="-$( echo "$fullversion_with_extension" | tr '[:upper:]' '[:lower:]' | grep -oE '(beta|rc|alpha)')"
|
||||
fi
|
||||
|
||||
versionAliases+=( "$fullversion$versionPostfix" "${fullversion%.*}$versionPostfix" "${fullversion%.*.*}$versionPostfix" )
|
||||
versionAliases+=( "$fullversion$versionPostfix" "${fullversion%.*}$versionPostfix" "${fullversion%.*.*}$versionPostfix" ${versionPostfix/-})
|
||||
if [ "$fullversion_with_extension" = "$latest" ]; then
|
||||
versionAliases+=( "latest" )
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue