version:"3"networks:ops:services:gitea-runner:image:gitea/act_runner:0.2.11container_name:gitea-runnerenvironment:CONFIG_FILE:/config.yamlGITEA_INSTANCE_URL:"http://192.168.2.199:3000"GITEA_RUNNER_REGISTRATION_
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...
will use labels in `.runner` file.labels:[]cache:# Enable cache server to use actions/cache.enabled:true# The directory to store the cache data.# If it's empty, the cache data will be stored in $HOME/.cache/actcache.dir:""# The host of the cache server....
{% copy docker run --entrypoint="" --rm -it gitea/act_runner:latest act_runner generate-config > config.yaml prefix:%} 然后再将config.yaml移动到volumes的对应的目录当中即可 再进入到 act_runner 所在目录,重建应用
fix: replace `GITEA_RUNNER_ACTION_CACHE_DIR` with `GITEA_RUNNER_HOST_… Build #170: Commit 1cb1426 pushed by sebthom main December 26, 2023 22:54 9m 44s fix: correct error `'/var/run/docker.sock': No such file or directory… Build #169: Commit 5a8bf4f pushed by sebthom ...
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 ...
启用cache: enabled: true host: "192.168.2.50" 服务器地址 port: 11223 重要,需要记住 # Example configuration file, it's safe to copy this as the default config file without any modification. # You don't have to copy this file to your instance, # just run `./act_runner generate-config ...
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 ...
Act Runner 是一个 Gitea 运行器,通过自行部署,可以实现类似于 GitHub Actions 的运行器,且可以兼容 GitHub Actions 配置文件,目前杜老师说站点就是基于 Gitea 托管与自动部署。 工具简介 Gitea Actions 是一个类似 GitHub Actions 的自动化工作流工具,可以帮助开发者在代码仓库中实现各种自动化任务。Runner 则是负责...
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 ...