Make sure we actually test that image we created

This commit is contained in:
Martin Mahner 2019-12-18 17:51:06 +01:00
parent 3cf7f26888
commit a6559569a3
1 changed files with 1 additions and 2 deletions

View File

@ -46,9 +46,8 @@ release-docker:
set -ex
rm -f .coverage
pip-compile --dry-run setup.py
docker-compose build
docker-compose run --rm app pytest dpaste/
docker build --build-arg BUILD_EXTRAS=production -t barttc/dpaste:latest .
docker run --rm dpaste:latest pytest dpaste/
@echo -e "\n\n💫 All fine. Now do: docker push barttc/dpaste:latest"
.PHONY: release-pypi