From d3609c1864f8cfcee95a3c764837f34cf0bcaf8a Mon Sep 17 00:00:00 2001 From: ls Date: Sat, 10 Aug 2024 14:39:38 +0800 Subject: [PATCH] update --- physical-launcher/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/physical-launcher/build.sh b/physical-launcher/build.sh index a674e5e..27ee734 100644 --- a/physical-launcher/build.sh +++ b/physical-launcher/build.sh @@ -1,6 +1,6 @@ #!/bin/bash mvn -s ~/.m2/settings-personal.xml clean install -docker build -t reg.laysan.biz/physical/physical-launcher . -#docker login reg.laysan.biz -docker push reg.laysan.biz/physical/physical-launcher +#docker buildx use physical +docker build --platform linux/amd64 -t reg.laysan.biz/physical/physical-launcher --push . +#docker login --username=admin --password='admin!@#123' reg.laysan.biz