Compare commits

..

2 Commits

Author SHA1 Message Date
zyc
55c26fb1f5 Merge branch 'dev' of https://gitea.airlabs.art/zyc/video-shuoshan into dev
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 6s
2026-04-04 14:12:09 +08:00
zyc
49e06fd3c4 fix 镜像原 2026-04-04 14:11:39 +08:00

View File

@ -70,7 +70,7 @@ jobs:
- name: Setup Kubectl
run: |
if ! command -v kubectl &>/dev/null; then
curl -LO "https://mirrors.aliyun.com/kubernetes/kubectl/v1.28.0/bin/linux/amd64/kubectl"
curl -LO "https://files.m.daocloud.io/dl.k8s.io/release/v1.28.0/bin/linux/amd64/kubectl"
chmod +x kubectl && mv kubectl /usr/local/bin/
fi
kubectl version --client