diff --git a/build.sh b/build.sh deleted file mode 100644 index 01e5c441..00000000 --- a/build.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/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