Skip to content

Commit 09bfc63

Browse files
committed
per day cache refresh
Signed-off-by: Junpu Fan <junpu@amazon.com>
1 parent c7d65bc commit 09bfc63

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 buildx build --progress plain \
50-
--build-arg CACHE_REFRESH="$(date +"%Y-%m-%d_%H")" \
50+
--build-arg CACHE_REFRESH="$(date +"%Y-%m-%d")" \
5151
--cache-to=type=inline \
5252
--cache-from=type=registry,ref="$IMAGE_TAG" \
5353
--tag "$IMAGE_TAG" \

0 commit comments

Comments
 (0)