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

This commit is contained in:
lory 2026-09-04 15:37:24 +00:00
parent 920386e18c
commit 3b6f983534

View File

@ -18,6 +18,11 @@ jobs:
run: |
docker buildx build --push -t registry-service.container-registry.svc.cluster.local:5000/apps/microservice-sample:latest .
- 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"
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
- name: Déployer sur Kubernetes
run: |
kubectl apply -f k8s-deployment.yaml