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 12:45:26 +00:00
parent 83e623320a
commit 3a82522995

View File

@ -51,7 +51,7 @@ jobs:
# DOCKER_TLS_VERIFY: 1
# DOCKER_CERT_PATH: "/certs/server"
- name: Set kube.config
run: mkdir ~/.kube && echo ${{ secrets.KUBE_CONFIG_CONTENT }} >> ~/.kube/config && chmod 700 ~/.kube/config
run: mkdir ~/.kube && echo "${{ secrets.KUBE_CONFIG_CONTENT }}" >> ~/.kube/config && chmod 700 ~/.kube/config
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with: