Stackedit/build.sh

4 lines
220 B
Bash
Raw Normal View History

2023-06-29 14:25:01 +00:00
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