更新 .github/workflows/buidl_and_push_ghcr.yml
All checks were successful
Build and Deploy (Kaniko + Kubectl) / build (push) Successful in 1m3s
Build and Deploy (Kaniko + Kubectl) / deploy (push) Successful in 26s

This commit is contained in:
2025-12-19 04:25:27 +00:00
parent f04993e0ca
commit 884aa7582c

View File

@@ -42,7 +42,7 @@ jobs:
uses: docker://bitnami/kubectl:latest
env:
KUBECONFIG_BASE64: ${{ secrets.KUBE_CONFIG_TEST }}
HOST: gitea-http.gitea.svc.cluster.local:3000
HOST: gitea.173114.xyz
RAW_USER: ${{ gitea.actor }}
IMAGE_TAG: ${{ github.sha }}
with: