ZhuWang1112 commented on code in PR #11282:
URL: https://github.com/apache/skywalking/pull/11282#discussion_r1324125088


##########
.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:
   Really appreciate your help, and I will be mindful of the volume size 
limitation in the future.



-- 
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