From 1727be1eaf34b4e430c0388fddef851f845052ea Mon Sep 17 00:00:00 2001 From: "xiaoqi.cxq" Date: Thu, 29 Jun 2023 22:25:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0Docker=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E7=9A=84=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 00000000..86e27644 --- /dev/null +++ b/build.sh @@ -0,0 +1,4 @@ +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 \ No newline at end of file