Merge remote-tracking branch 'origin/main'

This commit is contained in:
tech-shrimp 2024-06-13 15:07:22 +08:00
commit 8eec8b76fd
2 changed files with 7 additions and 5 deletions

View File

@ -34,7 +34,9 @@ jobs:
swap-size-mb: 128
remove-dotnet: 'true'
remove-haskell: 'true'
remove-android: 'true'
# 如果空间还是不够用,可以把以下开启,清理出更多空间
# remove-android: 'true'
# remove-codeql: 'true'
build-mount-path: '/var/lib/docker/'
- name: Restart docker
@ -152,4 +154,4 @@ jobs:
df -hT
echo "=============================================================================="
done < images.txt
done < images.txt

View File

@ -1,14 +1,14 @@
# Docker Images Pusher
使用Github Action将国外的Docker镜像转存到阿里云私有仓库供国内服务器使用免费易用<br>
支持DockerHub, gcr.io, k8s.io, ghcr.io等任意仓库<br>
支持最大50GB左右的大型镜像<br>
- 支持DockerHub, gcr.io, k8s.io, ghcr.io等任意仓库<br>
- 支持最大40GB的大型镜像<br>
- 使用阿里云的官方线路,速度快<br>
视频教程https://www.bilibili.com/video/BV1Zn4y19743/
作者:**[技术爬爬虾](https://github.com/tech-shrimp/me)**<br>
B站抖音Youtube全网同名转载请注明作者<br>
[往期视频汇总](https://github.com/tech-shrimp/me)
## 使用方式