Stackedit/build.sh
2023-06-29 22:25:01 +08:00

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