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

make: Remove cache-from

parent 811f423a
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ pull:
docker pull "$(FROM)"
build:
docker build --cache-from "${IMAGE}" --tag "$(IMAGE)" .
docker build --tag "$(IMAGE)" .
ifneq ($(IMAGE_EXTRA),)
docker tag "$(IMAGE)" "$(IMAGE_EXTRA)"
endif
......
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