add missing --tag option

This commit is contained in:
Casey Faist
2019-09-10 17:52:54 -07:00
parent de1696bb02
commit a379779d43
+4 -4
View File
@@ -9,10 +9,10 @@ before_script:
- bundle exec hatchet ci:setup
script:
- docker build --pull travis-heroku-16 --file $(pwd)/Dockerfile .
- docker run --rm -e "STACK=heroku-16" travis-heroku-16 bash $TESTFOLDER
- docker build --pull travis-heroku-18 --file $(pwd)/Dockerfile.heroku-18 .
- docker run --rm -e "STACK=heroku-18" travis-heroku-18 bash $TESTFOLDER
- docker build --pull --tag heroku-python-build-heroku-16 --file $(pwd)/Dockerfile .
- docker run --rm -e "STACK=heroku-16" heroku-python-build-heroku-16 bash $TESTFOLDER
- docker build --pull --tag heroku-python-build-heroku-18 --file $(pwd)/Dockerfile.heroku-18 .
- docker run --rm -e "STACK=heroku-18" heroku-python-build-heroku-18 bash $TESTFOLDER
jobs:
include: