[release] Always git fetch all to get latest tag on TPU release (#17322)

This commit is contained in:
Kevin H. Luu
2025-04-29 17:52:11 -07:00
committed by GitHub
parent 34120f5acd
commit 4055130a85

View File

@ -57,6 +57,7 @@ steps:
agents:
queue: tpu_queue_postmerge
commands:
- "git fetch --all"
- "DOCKER_BUILDKIT=1 docker build --build-arg max_jobs=16 --build-arg USE_SCCACHE=1 --build-arg GIT_REPO_CHECK=1 --tag vllm/vllm-tpu:nightly --tag vllm/vllm-tpu:$BUILDKITE_COMMIT --progress plain -f docker/Dockerfile.tpu ."
- "docker push vllm/vllm-tpu:nightly"
- "docker push vllm/vllm-tpu:$BUILDKITE_COMMIT"