From 39bf6045203542872541e285c8a1c54e7669622a Mon Sep 17 00:00:00 2001 From: mylxsw Date: Thu, 16 Nov 2023 18:38:31 +0800 Subject: [PATCH] update --- build.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 00000000..01e5c441 --- /dev/null +++ b/build.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +VERSION=1.0.0 + +docker buildx build --platform=linux/amd64 . -t mylxsw/one-api:$VERSION +docker push mylxsw/one-api:$VERSION