Skip to content

Commit 082f67c

Browse files
committed
fix actionlint
Signed-off-by: Junpu Fan <junpu@amazon.com>
1 parent e21334c commit 082f67c

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
@@ -47,7 +47,7 @@ jobs:
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 }}
4949
DOCKER_BUILDKIT=1 docker build --progress plain \
50-
--build-arg CACHE_REFRESH=$(date +"%Y-%m-%d_%H") \
50+
--build-arg CACHE_REFRESH="$(date +"%Y-%m-%d_%H")" \
5151
--tag "$IMAGE_TAG" \
5252
--target vllm-rayserve-ec2 \
5353
-f docker/vllm/Dockerfile.rayserve .

0 commit comments

Comments
 (0)