We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e21334c commit 082f67cCopy full SHA for 082f67c
.github/workflows/pr-example.yml
@@ -47,7 +47,7 @@ jobs:
47
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
48
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 \
50
- --build-arg CACHE_REFRESH=$(date +"%Y-%m-%d_%H") \
+ --build-arg CACHE_REFRESH="$(date +"%Y-%m-%d_%H")" \
51
--tag "$IMAGE_TAG" \
52
--target vllm-rayserve-ec2 \
53
-f docker/vllm/Dockerfile.rayserve .
0 commit comments