Update .gitea/workflows/build-deploy.yaml
Some checks failed
CI/CD Pipeline / pipeline-execution (push) Failing after 18s
Some checks failed
CI/CD Pipeline / pipeline-execution (push) Failing after 18s
This commit is contained in:
parent
a2068eb74f
commit
5af2110372
@ -18,11 +18,6 @@ jobs:
|
||||
run: |
|
||||
docker buildx build --push -t registry-service.container-registry.svc.cluster.local:5000/apps/microservice-sample:latest .
|
||||
|
||||
- name: Installer Kubectl
|
||||
run: |
|
||||
wget -qO /usr/local/bin/kubectl https://dl.k8s.io/release/v1.30.0/bin/linux/amd64/kubectl
|
||||
chmod +x /usr/local/bin/kubectl
|
||||
|
||||
- name: Déployer sur Kubernetes
|
||||
env:
|
||||
KUBERNETES_SERVICE_HOST: kubernetes.default.svc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user