Skip to content

Commit 38bc167

Browse files
committed
removed prune command from makefile
1 parent 68280e8 commit 38bc167

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

calico-vpp-agent/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ image: build gobgp
2626
@if [ "${ALSO_LATEST}" = "y" ]; then \
2727
docker tag calicovpp/agent:$(TAG) calicovpp/agent:latest; \
2828
fi
29-
docker image prune -f
3029

3130
push: image
3231
docker push calicovpp/agent:$(TAG)
@@ -41,4 +40,4 @@ dev: build gobgp
4140
docker build -t calicovpp/agent:$(TAG) .
4241

4342
proto:
44-
$(MAKE) -C proto $@
43+
$(MAKE) -C proto $@

0 commit comments

Comments
 (0)