debug: ...
Some checks failed
Deploy to K3s / deploy (push) Failing after 4s

This commit is contained in:
2025-12-20 15:06:55 +08:00
parent 700a446e77
commit f3e31106d0

View File

@@ -11,6 +11,8 @@ jobs:
image: localhost:5000/tiny-ci-runner:latest
volumes:
- /etc/k3s-local.yaml:/root/.kube/config:ro
env:
KUBECONFIG: /root/.kube/config
runs-on: ubuntu-latest
steps:
- name: Checkout code