ci: runs-on ubuntu-latest(不带 :host 后缀)
deploy cube / build-and-deploy (push) Failing after 4s

act_runner 注册时只把 label 名发给 gitea('ubuntu-latest'),
':host' 后缀只在 runner 自己的 config.yaml 里用来选 executor。
workflow 用 'ubuntu-latest:host' 会一直 queued。
This commit is contained in:
Fam Zheng
2026-05-04 11:26:06 +01:00
parent 93b6fa3061
commit 3dec5fac69
+1 -1
View File
@@ -14,7 +14,7 @@ on:
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: ubuntu-latest:host # host shell executorPATH 需要手动加 ~/.cargo/bin runs-on: ubuntu-latest # 解析到 host shell executorgnoc 用户)PATH 需要手动加 ~/.cargo/bin
env: env:
APP: cube APP: cube
IMAGE: registry.famzheng.me/mochi/cube IMAGE: registry.famzheng.me/mochi/cube