makefile target for pushing docker image should not call docker build target (#904)

This commit is contained in:
Rob j Loranger
2018-11-12 06:21:09 -08:00
committed by Carolyn Van Slyck
parent f776bc6667
commit b59bf896fc
+1 -1
View File
@@ -42,7 +42,7 @@ proxy-docker:
docker build -t gomods/proxy -f cmd/proxy/Dockerfile .
.PHONY: docker-push
docker-push: docker
docker-push:
./scripts/push-docker-images.sh
bench: