push dockerhub image on release

This commit is contained in:
Jack Danger 2017-09-27 12:40:08 -07:00
parent 1f349f9947
commit f2b2d9ea65

View File

@ -21,8 +21,9 @@ aws_managed_policies:
upload_pypi_artifact:
python setup.py sdist bdist_wheel upload
build_dockerhub_image:
push_dockerhub_image:
docker build -t motoserver/moto .
docker push motoserver/moto
tag_github_release:
git tag `python setup.py --version`