From 2d650e7b991b696c21391c1af28e6e9e328215d4 Mon Sep 17 00:00:00 2001 From: JustSong Date: Fri, 17 Nov 2023 19:39:52 +0800 Subject: [PATCH] chore: remove unrelated file --- build.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 build.sh 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