Add tagging to docker image build.

This commit is contained in:
Steve Pulec 2020-11-28 17:10:38 -06:00
parent d688aba637
commit 72e616cb48

View File

@ -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: