From ce05fb4edc8e0410fa300a1318425853184e298c Mon Sep 17 00:00:00 2001 From: sz11zs Date: Sat, 2 May 2026 19:53:44 +0200 Subject: [PATCH] fix: dodan kubectl i ispravljen namespace za sz11zs --- .gitea/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 23172ca..4029eea 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -46,7 +46,10 @@ jobs: uses: actions/download-artifact@v3 with: name: image-tag - + - name: Instaliraj kubectl + uses: azure/setup-kubectl@v3 + with: + version: 'latest' - name: Postavi kubeconfig run: | mkdir -p ~/.kube