Update .gitea/workflows/build.yaml
All checks were successful
Build docker container / Build image (push) Successful in 1m44s

This commit is contained in:
ties 2025-03-17 13:04:41 +00:00
parent a74112c198
commit 600b343e74

View File

@ -28,10 +28,8 @@ jobs:
- name: Set up Kubernetes config
run: |
mkdir -p ~/.kube
echo "${{ KUBE_CONFIG_CONTENT }}" > ~/.kube/config
echo "${{ secrets.KUBE_CONFIG_CONTENT }}" > ~/.kube/config
chmod 600 ~/.kube/config
env:
KUBE_CONFIG_CONTENT: ${{ secrets.KUBE_CONFIG_CONTENT }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with: