From e269538ea4183ae86e5766e6596a1da29cbab5c8 Mon Sep 17 00:00:00 2001 From: wukongdaily <143675923+wukongdaily@users.noreply.github.com> Date: Sat, 15 Jun 2024 19:41:32 +0800 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8aea4b4..1a28868 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,8 +29,7 @@ jobs: for image in "${image_array[@]}"; do for platform in "${platform_array[@]}"; do docker pull "${image}" --platform "${platform}" - mkdir -p saved_images - docker save "${image}" -o "saved_images/$(echo "${image//[:\/]/_}-${platform}.tar")" + docker save "${image}" -o "${image}.tar" done done