adding postgress to docker-release.sh

This commit is contained in:
or-else
2023-04-11 10:54:30 -04:00
parent bab6c5e3d3
commit f997864c2a

View File

@ -31,7 +31,7 @@ if [[ ${ver[2]} != *"-"* ]]; then
FULLRELEASE=1
fi
dbtags=( mysql mongodb rethinkdb alldbs )
dbtags=( mysql postgres mongodb rethinkdb alldbs )
# Read dockerhub login/password from a separate file
source .dockerhub