可以看到runs-on: default,意思是该脚本要运行在包含标签 default 的 runner 上,而 runner 则会选用 config.yaml 中配置的标签 default 所对应的镜像 jdk-mvn-node 。 注:要弄清楚这里的层次关系,gitea-runner 是主机通过 compose 启动的(称 runner 容器),而 jdk-mvn-
name:teston: -pushjobs:frontend:runs-on:ubuntu-latestcontainer:image:node:18env:RUNNER_TOOL_CACHE:/toolcachesteps: -uses:actions/checkout@v3-uses:actions/setup-go@v3with:go-version:'1.23'-uses:seepine/hash-files@v1id:get-hashwith:patterns:package-lock.json-uses:actions/cache@v4with:path:n...
Job containers are on a different network from the runner, so it will fail to visit gitea-runner:9040 from job containers, please checkhttps://docs.gitea.com/usage/actions/act-runner#configuring-cache-when-starting-a-runner-using-docker-image Thanks for the reply, but it's not like you sa...
Cache version is a hashgeneratedfor a combination of compression tool used (Gzip, Zstd, etc. based on the runner OS) and thepathof directories being cached. If two caches have different versions, they are identified as unique caches while matching. This, for example, means that a cache creat...
gitea-tool-cache-version-alias@^0.0.3: version "0.0.3" resolved "https://registry.npmmirror.com/gitea-tool-cache-version-alias/-/gitea-tool-cache-version-alias-0.0.3.tgz#d2ef785b017eaf1e337afb371b41322afe6b1bcd" integrity sha512-MjRDf+gFgXf0wvwXh2Iac4N9qgjtYLYBCqaQZrMBbzdz+s1bP...
Check the token's owner and repository when registering a runner (#30406) (#30412) Avoid losing token when updating mirror settings (#30429) (#30466) Fix commit status cache which missed target_url (#30426) (#30445) Fix rename branch 500 when the target branch is deleted but exist in ...
example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json 二进制 二进制 二进制 +5 -0 example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md +37 -0 example/ios/Runner/Base.lproj/LaunchScreen.storyboard +26 -0 example/ios/Runner/Base.lproj/Main.storyboard ...
name: test on: - push jobs: migrations: runs-on: ubuntu-latest container: image: cimg/php:8.3-node env: RUNNER_TOOL_CACHE: /toolcache DB_CONNECTION: mysql DB_DATABASE: laravel-migrations DB_USERNAME: root DB_PASSWORD: root services: mysql: image: mysql:latest ports: - 3306/tcp env: ...
But in the runner's log, I cannot find anywhere thatGIT_SSL_NO_VERIFYis set up. Also, even though I have setRUNNER_TOOL_CACHE: /toolcache, but in the log, that variable is still set to its default value at/opt/hostedtoolcache... ...
Check the token's owner and repository when registering a runner (#30406) (#30412) Avoid losing token when updating mirror settings (#30429) (#30466) Fix commit status cache which missed target_url (#30426) (#30445) Fix rename branch 500 when the target branch is deleted but exist in ...