ci: fix kubeconfig path for kubectl
This commit is contained in:
parent
43edfa44b8
commit
ddb915cf4f
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ on:
|
|||
jobs:
|
||||
deploy:
|
||||
runs-on: self-hosted
|
||||
env:
|
||||
KUBECONFIG: /home/opc/.kube/config
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue