wu-sheng commented on code in PR #11282:
URL: https://github.com/apache/skywalking/pull/11282#discussion_r1321501229


##########
.github/workflows/skywalking.yaml:
##########
@@ -676,7 +676,9 @@ jobs:
           name: docker-images-11
           path: docker-images
       - name: Load docker images
-        run: find docker-images -name "*.tar" -exec docker load -i {} \;
+        run: |
+          find docker-images -name "*.tar" -exec docker load -i {} \;
+          find docker-images -name "*.tar" -exec rm {} \;

Review Comment:
   @ZhuWang1112 We helped you to fix this. New downloads seem to be over the 
volume size limitation, which causes the failure.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to