mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
fix development images not tagged with real PHP version like 7.3.22
This commit is contained in:
parent
47a1437e1b
commit
5d744af64a
@ -18,11 +18,7 @@ VERSION=${2:-$DEFAULT}
|
||||
BRANCH=$(echo $VERSION|sed 's/\.[0-9]\{8\}$//')
|
||||
[ $VERSION = $BRANCH ] && VERSION="$BRANCH.x-dev"
|
||||
|
||||
[ $BRANCH != "master" ] && {
|
||||
TAG=$BRANCH-$TAG
|
||||
}
|
||||
[ $BRANCH = "master" ] && {
|
||||
TAG=master
|
||||
VERSION=dev-master
|
||||
}
|
||||
echo -e "\nbuilding $REPO/$IMAGE:$TAG\n"
|
||||
|
Loading…
Reference in New Issue
Block a user