Merge pull request #1205 from JackDanger/jack/push-dockerhub-image-on-release

push dockerhub image on release
This commit is contained in:
Jack Danger 2017-09-27 12:41:29 -07:00 committed by GitHub
commit eda90032a7

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`