Travis: Cache Docker builds from previous image

This commit is contained in:
Gerber, Mike 2020-02-26 13:18:27 +01:00
parent d8463e2ea7
commit 9f29e53e63
2 changed files with 9 additions and 2 deletions

2
build
View file

@ -19,4 +19,4 @@ get_from_web() {
handle_data
docker build -t my_ocrd_workflow .
docker build --cache-from my_ocrd_workflow -t my_ocrd_workflow .