From 5c103c48804517f9757b919d2aacaef743546c06 Mon Sep 17 00:00:00 2001 From: tone Date: Sat, 20 Dec 2025 14:38:53 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E4=BF=AE=E6=94=B9=E6=8C=82=E8=BD=BD?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 869cd14..fe8bbf4 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: container: image: localhost:5000/tiny-ci-runner:latest volumes: - - /home/tone/act-runner-config/k3s-local.yaml:/root/.kube/config:ro + - /etc/k3s-local.yaml:/root/.kube/config:ro runs-on: ubuntu-latest steps: - name: Checkout code