Merge pull request #1205 from JackDanger/jack/push-dockerhub-image-on-release
push dockerhub image on release
This commit is contained in:
commit
eda90032a7
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue