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

This commit is contained in:
2025-10-03 08:01:49 +00:00
parent b8c0be70db
commit d617bba280

View File

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