We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68280e8 commit 38bc167Copy full SHA for 38bc167
calico-vpp-agent/Makefile
@@ -26,7 +26,6 @@ image: build gobgp
26
@if [ "${ALSO_LATEST}" = "y" ]; then \
27
docker tag calicovpp/agent:$(TAG) calicovpp/agent:latest; \
28
fi
29
- docker image prune -f
30
31
push: image
32
docker push calicovpp/agent:$(TAG)
@@ -41,4 +40,4 @@ dev: build gobgp
41
40
docker build -t calicovpp/agent:$(TAG) .
42
43
proto:
44
- $(MAKE) -C proto $@
+ $(MAKE) -C proto $@
0 commit comments