deploy:同时推送latest
This commit is contained in:
parent
7dfd433b11
commit
9bfd83434a
1
build.sh
1
build.sh
@ -14,3 +14,4 @@ rm -rf openRenamerBackend/node_modules
|
|||||||
#docker build -t fleyx/open-renamer:$0 --push .
|
#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:$1 --platform linux/amd64,linux/arm64 --push .
|
||||||
|
docker buildx build -t fleyx/open-renamer:latset --platform linux/amd64,linux/arm64 --push .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user