更改kubectl的action为手动下载1
Some checks failed
Build Push and Deploy Image / build (push) Failing after 22m5s

This commit is contained in:
bamanker
2026-01-04 22:43:23 +08:00
parent 6e1ec6a761
commit 4baa013d02

View File

@@ -145,7 +145,7 @@ jobs:
- name: Setup kubectl
run: |
curl -LO "http://10.10.0.5:9000/test/kubectl" &&
curl -LO "https://dl.k8s.io/release/v1.33.0/bin/linux/amd64/kubectl" &&
chmod +x kubectl &&
mv kubectl /usr/local/bin/ &&
kubectl version