Update .gitea/workflows/build.yaml
Some checks failed
Build docker container / Build image (push) Failing after 10s

This commit is contained in:
ties 2025-03-17 13:03:22 +00:00
parent da9fbab69f
commit b608afc3e0

View File

@ -25,7 +25,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
# - name: Set kube.config
# run: mkdir ~/.kube && echo "${{ secrets.KUBE_CONFIG_CONTENT }}" >> ~/.kube/config && chmod 700 ~/.kube/config && head -n1 ~/.kube/config
# - name: Set up Kubernetes config
- name: Set up Kubernetes config
run: |
mkdir -p ~/.kube
echo "${{ KUBE_CONFIG_CONTENT }}" > ~/.kube/config