Update docker-build.sh

rendering
Liza 2023-10-03 17:54:53 +00:00
parent 5a5d7fecfd
commit d337413b82
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
git fetch origin master
git reset --hard origin/master
docker buildx build -t git.carvel.li/liza/palacepal/server --platform linux/amd64,linux/arm64 --push .
docker buildx build -t palacepal-server --platform linux/amd64,linux/arm64 .