diff --git a/README.md b/README.md
index 422f739198..92b5a51d4f 100644
--- a/README.md
+++ b/README.md
@@ -38,11 +38,6 @@ Fork本项目
![](doc/images.png)
文件提交后,自动进入Github Action构建
-### 多架构
-阿里镜像服务个人版并不提供多架构功能,需要在images.txt中用 --platform=xxxxx手动指定镜像架构
-指定后的架构会以前缀的形式放在镜像名字前面
-![](doc/多架构.png)
-
### 使用镜像
回到阿里云,镜像仓库,点击任意镜像,可查看镜像状态。(可以改成公开,拉取镜像免登录)
![](doc/开始使用.png)
@@ -54,3 +49,13 @@ docker pull registry.cn-hangzhou.aliyuncs.com/shrimp-images/alpine
registry.cn-hangzhou.aliyuncs.com 即 ALIYUN_REGISTRY
shrimp-images 即 ALIYUN_NAME_SPACE
alpine 即阿里云中显示的镜像名
+
+### 多架构
+阿里镜像服务个人版并不提供多架构功能,需要在images.txt中用 --platform=xxxxx手动指定镜像架构
+指定后的架构会以前缀的形式放在镜像名字前面
+![](doc/多架构.png)
+
+### 定时执行
+修改/.github/workflows/docker.yaml文件
+添加 schedule即可定时执行(此处cron使用UTC时区)
+![](doc/定时执行.png)
\ No newline at end of file
diff --git "a/doc/\345\256\232\346\227\266\346\211\247\350\241\214.png" "b/doc/\345\256\232\346\227\266\346\211\247\350\241\214.png"
new file mode 100644
index 0000000000..8143034bd5
Binary files /dev/null and "b/doc/\345\256\232\346\227\266\346\211\247\350\241\214.png" differ