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