使用国内镜像仓库来提供(但不限于) docker.io、gcr.io、registry.k8s.io、k8s.gcr.io、quay.io、ghcr.io 等国外镜像加速下载服务
示例:#2816
提交 issues,按照 issue 模板内容修改即可
个人配置的是阿里云个人实例镜像仓库,仓库限额为 300 ,所以有可能出现上传或拉取失败的情况(本人会不定时清理历史仓库
👆 扫码或搜索关注公众号:gopher云原生
-
绑定账号
在
Settings
-Secrets and variables
-Actions
选择New repository secret
新建DOCKER_USERNAME
(镜像仓库登录名) 和DOCKER_TOKEN
(镜像仓库密码)以及DOCKER_REPOSITORY
三个 Secrets其中
DOCKER_REPOSITORY
配置例子:- 腾讯云:
ccr.ccs.tencentyun.com/[namespace]
- 阿里云:
registry.cn-hangzhou.aliyuncs.com/[namespace]
例如我的是:
registry.cn-hangzhou.aliyuncs.com/hubmirrorbytogettoyou
- 腾讯云:
-
开启
Settings
-General
-Features
中的Issues
功能 -
修改
Settings
-Actions
-General
中的Workflow permissions
为Read and write permissions
-
在
Issues
-Labels
选择New label
依次添加三个 label :hub-mirror
、success
、failure
-
在
Actions
里选择hub-mirror
,在右边···
菜单里选择Enable Workflow
-
在 Fork 的项目中提交 issues