act_runner 注册时只把 label 名发给 gitea('ubuntu-latest'), ':host' 后缀只在 runner 自己的 config.yaml 里用来选 executor。 workflow 用 'ubuntu-latest:host' 会一直 queued。
This commit is contained in:
@@ -14,7 +14,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest:host # host shell executor,PATH 需要手动加 ~/.cargo/bin
|
||||
runs-on: ubuntu-latest # 解析到 host shell executor(gnoc 用户),PATH 需要手动加 ~/.cargo/bin
|
||||
env:
|
||||
APP: cube
|
||||
IMAGE: registry.famzheng.me/mochi/cube
|
||||
|
||||
Reference in New Issue
Block a user