From cbfa7042990612b0ee5f5864919a57e9a37fbf2e Mon Sep 17 00:00:00 2001 From: zyc <1439655764@qq.com> Date: Sat, 4 Apr 2026 22:13:57 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BF=9D=E7=95=99=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E7=BC=93=E5=AD=98=20+=20kubectl=20=E8=A3=85?= =?UTF-8?q?=E5=88=B0=20/usr/bin=20=E9=81=BF=E5=BC=80=20bind=20mount=20?= =?UTF-8?q?=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 3f8fc5b..4262fa5 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -91,7 +91,7 @@ jobs: curl -LO "https://files.m.daocloud.io/dl.k8s.io/release/v1.28.0/bin/linux/amd64/kubectl" && break echo "Download attempt $attempt failed, retrying in 5s..." && sleep 5 done - chmod +x kubectl && mv kubectl /usr/local/bin/ + chmod +x kubectl && mv kubectl /usr/bin/kubectl fi kubectl version --client @@ -216,7 +216,7 @@ jobs: if: always() run: | docker container prune -f - docker image prune -a -f + docker image prune -f docker builder prune -a -f echo "Disk usage after cleanup:" df -h / | tail -1