feat: add kubectl installation step in CI workflow
Some checks failed
CI/CD Pipeline / build (push) Successful in 1m21s
CI/CD Pipeline / deploy (push) Failing after 1m12s

This commit is contained in:
2026-04-14 21:59:31 +02:00
parent 7939cdc211
commit 559547fbdf

View File

@@ -50,6 +50,12 @@ jobs:
with:
name: image-tag
- name: Instaliraj kubectl
run: |
curl -LO "https://dl.k8s.io/release/$(curl -sL https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x kubectl
mv kubectl /usr/local/bin/
- name: Postavi kubeconfig
run: |
mkdir -p ~/.kube