Update .gitea/workflows/build-deploy.yaml
Some checks failed
CI/CD Pipeline / pipeline-execution (push) Failing after 5m13s

This commit is contained in:
lory 2026-09-04 15:46:10 +00:00
parent 3b6f983534
commit fc868b4272

View File

@ -20,7 +20,7 @@ jobs:
- name: Installer Kubectl
run: |
curl -sLO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
curl -sLO https://dl.k8s.io/release/v1.30.0/bin/linux/amd64/kubectl
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
- name: Déployer sur Kubernetes