Add tagging to docker image build.
This commit is contained in:
parent
d688aba637
commit
72e616cb48
2
Makefile
2
Makefile
@ -39,7 +39,7 @@ upload_pypi_artifact:
|
|||||||
twine upload dist/*
|
twine upload dist/*
|
||||||
|
|
||||||
push_dockerhub_image:
|
push_dockerhub_image:
|
||||||
docker build -t motoserver/moto .
|
docker build -t motoserver/moto . --tag moto:`python setup.py --version`
|
||||||
docker push motoserver/moto
|
docker push motoserver/moto
|
||||||
|
|
||||||
tag_github_release:
|
tag_github_release:
|
||||||
|
Loading…
Reference in New Issue
Block a user