mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +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\}$//')
|
BRANCH=$(echo $VERSION|sed 's/\.[0-9]\{8\}$//')
|
||||||
[ $VERSION = $BRANCH ] && VERSION="$BRANCH.x-dev"
|
[ $VERSION = $BRANCH ] && VERSION="$BRANCH.x-dev"
|
||||||
|
|
||||||
[ $BRANCH != "master" ] && {
|
|
||||||
TAG=$BRANCH-$TAG
|
|
||||||
}
|
|
||||||
[ $BRANCH = "master" ] && {
|
[ $BRANCH = "master" ] && {
|
||||||
TAG=master
|
|
||||||
VERSION=dev-master
|
VERSION=dev-master
|
||||||
}
|
}
|
||||||
echo -e "\nbuilding $REPO/$IMAGE:$TAG\n"
|
echo -e "\nbuilding $REPO/$IMAGE:$TAG\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user