mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
also tag 21.1 releases as latest
This commit is contained in:
parent
21356434c7
commit
1398a7c00e
@ -37,10 +37,10 @@ docker build --no-cache --build-arg "VERSION=$VERSION" --build-arg "PHP_VERSION=
|
||||
# further tags are only for the default PHP version
|
||||
[ $PHP_VERSION != $DEFAULT_PHP_VERSION ] && exit
|
||||
# tag only stable releases as latest
|
||||
#[ $TAG != "master" ] && {
|
||||
# docker tag egroupware/egroupware:$TAG egroupware/egroupware:latest
|
||||
# docker push egroupware/egroupware:latest
|
||||
#}
|
||||
[ $TAG != "master" ] && {
|
||||
docker tag egroupware/egroupware:$TAG egroupware/egroupware:latest
|
||||
docker push egroupware/egroupware:latest
|
||||
}
|
||||
[ "$BRANCH" != $VERSION -a "dev-${BRANCH}" != $VERSION ] && {
|
||||
docker tag egroupware/egroupware:$TAG egroupware/egroupware:$BRANCH
|
||||
docker push egroupware/egroupware:$BRANCH
|
||||
|
Loading…
Reference in New Issue
Block a user