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

This commit is contained in:
ties 2025-03-17 12:46:21 +00:00
parent 3a82522995
commit e66558d5d9

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 && head -n1 ~/.kube/config
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with: