test: 修改挂载路径
Some checks failed
Deploy to K3s / deploy (push) Failing after 4s

This commit is contained in:
2025-12-20 14:38:53 +08:00
parent 8a174fbed1
commit 5c103c4880

View File

@@ -10,7 +10,7 @@ jobs:
container: container:
image: localhost:5000/tiny-ci-runner:latest image: localhost:5000/tiny-ci-runner:latest
volumes: 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 runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code