mirror of
https://gitee.com/mafgwo/stackedit
synced 2024-11-16 03:32:40 +08:00
4 lines
220 B
Bash
4 lines
220 B
Bash
docker build -t mafgwo/stackedit:$1 .
|
|
docker tag mafgwo/stackedit:$1 registry.cn-hangzhou.aliyuncs.com/mafgwo/stackedit:$1
|
|
docker push mafgwo/stackedit:$1
|
|
docker push registry.cn-hangzhou.aliyuncs.com/mafgwo/stackedit:$1 |