1
0

Update cd.yaml
Some checks failed
/ build-and-deploy (push) Failing after 14s

This commit is contained in:
Gabor FELEGYHAZI
2025-08-19 13:48:15 +02:00
committed by GitHub
parent 4378172d31
commit 31f2c913d7

View File

@@ -28,6 +28,10 @@ jobs:
uses: azure/k8s-set-context@v1
with:
kubeconfig: ${{ secrets.KUBE_CONFIG }}
- name: Check kubernetes connection
run: |
curl -k -I https://kubernetes.default.svc || exit 0
kubectl get pod -A
- name: Update kpack image
env:
SHA: ${{ github.sha }}