including dockerhub in releases
This commit is contained in:
parent
c2e0d8876d
commit
597f754600
9
Makefile
9
Makefile
@ -18,7 +18,14 @@ test_server:
|
|||||||
aws_managed_policies:
|
aws_managed_policies:
|
||||||
scripts/update_managed_policies.py
|
scripts/update_managed_policies.py
|
||||||
|
|
||||||
publish:
|
upload_pypi_artifact:
|
||||||
python setup.py sdist bdist_wheel upload
|
python setup.py sdist bdist_wheel upload
|
||||||
|
|
||||||
|
build_dockerhub_image:
|
||||||
|
docker build -t motoserver/moto .
|
||||||
|
|
||||||
|
tag_github_release:
|
||||||
git tag `python setup.py --version`
|
git tag `python setup.py --version`
|
||||||
git push origin `python setup.py --version`
|
git push origin `python setup.py --version`
|
||||||
|
|
||||||
|
publish: upload_pypi_artifact build_dockerhub_image tag_github_release
|
||||||
|
Loading…
Reference in New Issue
Block a user