Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
tech-shrimp committed Jun 13, 2024
2 parents 0c976bc + da93e64 commit 8eec8b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -152,4 +154,4 @@ jobs:
df -hT
echo "=============================================================================="
done < images.txt
done < images.txt
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

## 使用方式

Expand Down

0 comments on commit 8eec8b7

Please sign in to comment.