From c086285340e3dfaf5d9955a0e30d6fbf7cb4848c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Tue, 2 Jun 2026 18:05:30 +0800 Subject: [PATCH] =?UTF-8?q?https=E8=AF=81=E4=B9=A6=E6=9B=BF=E6=8D=A2?= 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 d91c39f..68d0c66 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -9,8 +9,8 @@ jobs: deploy: runs-on: ubuntu-latest - # ✅ 这一行就是:使用自带 kubectl 的官方镜像(已经预安装好) - container: rancher/kubectl:v1.28.2 + # ✅ 换成这个镜像(自带 sleep,不会报错) + container: bitnami/kubectl:1.28.2 steps: - name: 拉取代码