dockerfile
全局K3s部署 / deploy (push) Failing after 1m43s

This commit is contained in:
2026-05-23 17:51:32 +08:00
parent a64dd22538
commit a48924d27c
+1 -1
View File
@@ -5,7 +5,7 @@ on:
jobs:
deploy:
# ========== 核心修复:替换为具体Ubuntu版本,解决运行期匹配问题 ==========
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
# 从组织级Secrets读取,不用在仓库重复配置
K3S_HOST: ${{ secrets.K3S_HOST }}