Skip to content

Commit 654e410

Browse files
committed
Update README
1 parent 56fb49e commit 654e410

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ https://cr.console.aliyun.com/<br>
2626

2727
### Fork本项目
2828
Fork本项目<br>
29-
进入您自己的项目,点击Action,启用Github Action功能
30-
配置环境变量,进入Settings->Secret and variables->Actions->New Repository secret
29+
#### 启动Action
30+
进入您自己的项目,点击Action,启用Github Action功能<br>
31+
#### 配置环境变量
32+
进入Settings->Secret and variables->Actions->New Repository secret
3133
![](doc/配置环境变量.png)
32-
将上一步的 ALIYUN_NAME_SPACEALIYUN_REGISTRY_USER,ALIYUN_REGISTRY_PASSWORD,ALIYUN_REGISTRY
34+
将上一步的 ALIYUN_NAME_SPACE,ALIYUN_REGISTRY_USER,ALIYUN_REGISTRY_PASSWORD,ALIYUN_REGISTRY
3335
的值配置成环境变量
3436

3537
### 添加镜像
@@ -56,7 +58,7 @@ alpine 即阿里云中显示的镜像名<br>
5658
![](doc/多架构.png)
5759

5860
### 镜像重名
59-
程序自动判断是否存在名称相同, 但是属于不同命名空间的镜像
61+
程序自动判断是否存在名称相同, 但是属于不同命名空间的情况
6062
如果存在,会把命名空间作为前缀加在镜像名称前。
6163
例如:
6264
```

0 commit comments

Comments
 (0)