Skip to content

Commit 43194ca

Browse files
authored
kuberay-tpu-webhook: remove webhook as pre-requisite target of docker-build (#305)
So contributors don't have to build the Go binary locally in order to build the docker image.
1 parent 5b980da commit 43194ca

File tree

1 file changed

+2
-2
lines changed
  • applications/ray/kuberay-tpu-webhook

1 file changed

+2
-2
lines changed

applications/ray/kuberay-tpu-webhook/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ deploy:
2525
kubectl apply -f deployments/
2626

2727
# Build the docker image
28-
docker-build: webhook
28+
docker-build:
2929
docker build . -t ${IMG}
3030

3131
# Push the docker image
@@ -54,4 +54,4 @@ tests:
5454
kubectl apply -f tests/
5555

5656
delete-tests:
57-
kubectl delete -f tests/
57+
kubectl delete -f tests/

0 commit comments

Comments
 (0)