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

image.mk: Enable caching based on existing image

parent 830bfa23
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ pull: ...@@ -21,7 +21,7 @@ pull:
docker pull "$(FROM)" docker pull "$(FROM)"
build: build:
docker build -t "$(IMAGE)" . docker build --cache-from "$(IMAGE)" --tag "$(IMAGE)" .
push: push:
docker push "$(IMAGE)" 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