Skip to content

Commit 8d11eab

Browse files
committed
remove downloaded images
1 parent a695541 commit 8d11eab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_multi_arch_image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
for img in "${imgs[@]}"; do
8484
echo "Loading image from $img..."
8585
docker load -i "$img"
86+
rm "$img"
8687
done
8788
fi
8889

0 commit comments

Comments
 (0)