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

This commit is contained in:
ties 2025-03-17 15:31:06 +00:00
parent 9d89cb70bc
commit 846d4420c6

View File

@ -23,8 +23,6 @@ jobs:
registry: https://git.ties.one
username: ${{ secrets.DOCKERHUB_USERNAME }}
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
run: |
mkdir -p ~/.kube