deploy:同时推送latest

This commit is contained in:
fanxb 2022-12-03 23:50:04 -05:00
parent 7dfd433b11
commit 9bfd83434a

View File

@ -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 .