Merge pull request #1205 from JackDanger/jack/push-dockerhub-image-on-release
push dockerhub image on release
This commit is contained in:
commit
eda90032a7
3
Makefile
3
Makefile
@ -21,8 +21,9 @@ aws_managed_policies:
|
|||||||
upload_pypi_artifact:
|
upload_pypi_artifact:
|
||||||
python setup.py sdist bdist_wheel upload
|
python setup.py sdist bdist_wheel upload
|
||||||
|
|
||||||
build_dockerhub_image:
|
push_dockerhub_image:
|
||||||
docker build -t motoserver/moto .
|
docker build -t motoserver/moto .
|
||||||
|
docker push motoserver/moto
|
||||||
|
|
||||||
tag_github_release:
|
tag_github_release:
|
||||||
git tag `python setup.py --version`
|
git tag `python setup.py --version`
|
||||||
|
Loading…
Reference in New Issue
Block a user