Skip to content
Snippets Groups Projects
Commit daa19a46 authored by Markus Frosch's avatar Markus Frosch
Browse files

image.mk: Use previous version as cache

parent a4f3ae49
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ pull:
docker pull "$(FROM)"
build:
docker build -t "$(IMAGE)" .
docker build --cache-from "${IMAGE}" --tag "$(IMAGE)" .
push:
docker push "$(IMAGE)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment