bigchaindb/k8s/mongodb/container/docker_build_and_push.bash
Ahmed Muawia Khan 2978caaee6 Update images used by yaml files
- Using tag `unstable` currently, until BDB+Tendermint is released
2018-02-21 20:17:24 +01:00

5 lines
109 B
Bash
Executable File

#!/bin/bash
docker build -t bigchaindb/localmongodb:unstable .
docker push bigchaindb/localmongodb:unstable