Commit 415f194 1 parent 89003c4 commit 415f194 Copy full SHA for 415f194
File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ steps:
56
56
env :
57
57
DOCKER_BUILDKIT : " 1"
58
58
59
+ - input : " Provide Release version here"
60
+ fields :
61
+ - text : " What is the release version?"
62
+ key : " release-version"
63
+
59
64
- block : " Build CPU release image"
60
65
key : block-cpu-release-image-build
61
66
depends_on : ~
66
71
queue : cpu_queue_postmerge
67
72
commands :
68
73
- " aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/q9t5s3a7"
69
- - " DOCKER_BUILDKIT=1 docker build --build-arg max_jobs=16 --build-arg GIT_REPO_CHECK=1 --tag public.ecr.aws/q9t5s3a7/vllm-cpu-release-repo:$RELEASE_VERSION --progress plain -f Dockerfile.cpu ."
70
- - " docker push public.ecr.aws/q9t5s3a7/vllm-cpu-release-repo:$RELEASE_VERSION "
74
+ - " DOCKER_BUILDKIT=1 docker build --build-arg max_jobs=16 --build-arg GIT_REPO_CHECK=1 --tag public.ecr.aws/q9t5s3a7/vllm-cpu-release-repo:$(buildkite-agent meta-data get release-version) --progress plain -f Dockerfile.cpu ."
75
+ - " docker push public.ecr.aws/q9t5s3a7/vllm-cpu-release-repo:$(buildkite-agent meta-data get release-version) "
71
76
env :
72
77
DOCKER_BUILDKIT : " 1"
You can’t perform that action at this time.
0 commit comments