Skip to content

Commit

Permalink
adding postgress to docker-release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Apr 11, 2023
1 parent bab6c5e commit f997864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f997864

Please sign in to comment.