Skip to content

Commit

Permalink
kuberay-tpu-webhook: remove webhook as pre-requisite target of docker…
Browse files Browse the repository at this point in the history
…-build

So contributors don't have to build the Go binary locally in order to build
the docker image.
  • Loading branch information
davidxia committed Mar 6, 2024
1 parent a176e7d commit d3550b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/ray/kuberay-tpu-webhook/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -54,4 +54,4 @@ tests:
kubectl apply -f tests/

delete-tests:
kubectl delete -f tests/
kubectl delete -f tests/

0 comments on commit d3550b3

Please sign in to comment.