Add tagging to docker image build.
This commit is contained in:
parent
d688aba637
commit
72e616cb48
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue