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

This commit is contained in:
2025-10-03 07:53:29 +00:00
parent aca0357f31
commit fd37cc0ea0

View File

@@ -18,7 +18,10 @@ jobs:
uses: actions/checkout@v4
- name: "Get namespace"
run: kubectl get ns
run: |
mkdir -p .kube
echo "$KUBECONFIG" > .kube/config
kubectl get ns
- name: "Checking docker version"
run: docker version