Skip to content

Commit a379779

Browse files
committed
add missing --tag option
1 parent de1696b commit a379779

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ before_script:
99
- bundle exec hatchet ci:setup
1010

1111
script:
12-
- docker build --pull travis-heroku-16 --file $(pwd)/Dockerfile .
13-
- docker run --rm -e "STACK=heroku-16" travis-heroku-16 bash $TESTFOLDER
14-
- docker build --pull travis-heroku-18 --file $(pwd)/Dockerfile.heroku-18 .
15-
- docker run --rm -e "STACK=heroku-18" travis-heroku-18 bash $TESTFOLDER
12+
- docker build --pull --tag heroku-python-build-heroku-16 --file $(pwd)/Dockerfile .
13+
- docker run --rm -e "STACK=heroku-16" heroku-python-build-heroku-16 bash $TESTFOLDER
14+
- docker build --pull --tag heroku-python-build-heroku-18 --file $(pwd)/Dockerfile.heroku-18 .
15+
- docker run --rm -e "STACK=heroku-18" heroku-python-build-heroku-18 bash $TESTFOLDER
1616

1717
jobs:
1818
include:

0 commit comments

Comments
 (0)