push dockerhub image on release
This commit is contained in:
parent
1f349f9947
commit
f2b2d9ea65
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