Skip to content

Commit c7d65bc

Browse files
committed
use buildx
Signed-off-by: Junpu Fan <junpu@amazon.com>
1 parent d82b4a1 commit c7d65bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
aws ecr get-login-password --region ${{ secrets.AWS_REGION }} | docker login --username AWS --password-stdin ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com
4848
IMAGE_TAG=${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com/ci:vllm-0.10.2-gpu-py312-cu128-ubuntu22.04-rayserve-ec2-pr-${{ github.event.pull_request.number }}
49-
DOCKER_BUILDKIT=1 docker build --progress plain \
49+
docker buildx build --progress plain \
5050
--build-arg CACHE_REFRESH="$(date +"%Y-%m-%d_%H")" \
5151
--cache-to=type=inline \
5252
--cache-from=type=registry,ref="$IMAGE_TAG" \

0 commit comments

Comments
 (0)