From 9bfd83434a6f0d1d07d2fa5fe1a83e05aea18a39 Mon Sep 17 00:00:00 2001 From: fanxb Date: Sat, 3 Dec 2022 23:50:04 -0500 Subject: [PATCH] =?UTF-8?q?deploy:=E5=90=8C=E6=97=B6=E6=8E=A8=E9=80=81late?= =?UTF-8?q?st?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 3b22b88..2ce46fa 100644 --- a/build.sh +++ b/build.sh @@ -14,3 +14,4 @@ rm -rf openRenamerBackend/node_modules #docker build -t fleyx/open-renamer:$0 --push . # 多平台打包并推送 docker buildx build -t fleyx/open-renamer:$1 --platform linux/amd64,linux/arm64 --push . +docker buildx build -t fleyx/open-renamer:latset --platform linux/amd64,linux/arm64 --push .