更新 .github/workflows/buidl_and_push_ghcr.yml
Some checks failed
Build and Deploy (Kaniko + Kubectl) / build (push) Successful in 1m31s
Build and Deploy (Kaniko + Kubectl) / deploy (push) Failing after 1s

This commit is contained in:
2025-12-19 02:35:00 +00:00
parent 984f9a1f5c
commit 71a877e8af

View File

@@ -44,7 +44,7 @@ jobs:
uses: docker://bitnami/kubectl:latest
env:
# 需要在 Gitea Secrets 中配置 KUBE_CONFIG
KUBECONFIG_CONTENT: ${{ secrets.KUBE_CONFIG }}
KUBECONFIG_CONTENT: ${{ secrets.KUBE_CONFIG_TEST }}
with:
entrypoint: /bin/sh
args: >-