Skip to content

Commit 4357043

Browse files
committed
cleanup
Signed-off-by: Junpu Fan <junpu@amazon.com>
1 parent ff6bba4 commit 4357043

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pr-vllm-rayserve.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,5 @@ jobs:
134134
- name: Cleanup container and image
135135
if: always()
136136
run: |
137-
docker stop ${CONTAINER_ID} || true
138137
docker rm -f ${CONTAINER_ID} || true
139-
- run: .github/scripts/cleanup_old_image.sh
138+
docker system prune -af

0 commit comments

Comments
 (0)