Update .gitea/workflows/build.yaml
Some checks failed
Build & Push / build (push) Failing after 5s

This commit is contained in:
2025-10-03 07:54:32 +00:00
parent fd37cc0ea0
commit c50a581be9

View File

@@ -21,7 +21,7 @@ jobs:
run: |
mkdir -p .kube
echo "$KUBECONFIG" > .kube/config
kubectl get ns
kubectl get deployment -n staging
- name: "Checking docker version"
run: docker version