Update .gitea/workflows/build-deploy.yaml
Some checks failed
CI/CD Pipeline / pipeline-execution (push) Failing after 17s
Some checks failed
CI/CD Pipeline / pipeline-execution (push) Failing after 17s
This commit is contained in:
parent
fc868b4272
commit
66a29dabf2
@ -17,11 +17,6 @@ jobs:
|
||||
- name: Compiler et Envoyer au registre privé
|
||||
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/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
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user