diff --git a/applications/ray/kuberay-tpu-webhook/Makefile b/applications/ray/kuberay-tpu-webhook/Makefile index 3f8e37f82..04b4e738b 100644 --- a/applications/ray/kuberay-tpu-webhook/Makefile +++ b/applications/ray/kuberay-tpu-webhook/Makefile @@ -25,7 +25,7 @@ deploy: kubectl apply -f deployments/ # Build the docker image -docker-build: webhook +docker-build: docker build . -t ${IMG} # Push the docker image @@ -54,4 +54,4 @@ tests: kubectl apply -f tests/ delete-tests: - kubectl delete -f tests/ \ No newline at end of file + kubectl delete -f tests/