Description I have installed act_runner according to your instructions (last version) The runner is registered at the installation level of Gitea (last version) But when I execute./act_runner daemonI get the fo
./act_runner registerAnd you will be asked to input:Gitea instance URL, like http://192.168.8.8:3000/. You should use your gitea instance ROOT_URL as the instance argument and you should not use localhost or 127.0.0.1 as instance IP; Runner token, you can get it from http://192.168....
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_TOKEN:"xxxxxxxxxxxxxxxxxxxxxxx"GITEA_RUNNER_NAME:"${HOSTNAME}"volumes:-/data/gitea-runner...
Gitea Actions是源于Github Actions的一个项目,是基于Github Actions开源项目改造而来,同时也兼容了Github Actions绝大多数的功能。大多数情况下可以无缝切换的使用。 Act-Runner 安装 这里同样是使用Docker Compose进行安装,安装之前先在部署好的Gitea上去获取Token用于注册Runner。 通过头像下拉菜单、管理后台、Actions、Runn...
😂 即使用到了 nuget 私服,基本上也是手动打包的,CI 工具基本都是用到 api 项目。于是想结合 gitea 的 CI 工具 act runner 试用一下minver,minver 是一个使用 git tag 来给类库打版本号的工具。 环境:Windows + WSL2 Windows 作为代码开发环境,gitea 和 act runner 运行在 WSL(Ubuntu-22.04) 中。
Act Runner 是一个 Gitea 运行器,通过自行部署,可以实现类似于 GitHub Actions 的运行器,且可以兼容 GitHub Actions 配置文件,目前杜老师说站点就是基于 Gitea 托管与自动部署。 工具简介 Gitea Actions 是一个类似 GitHub Actions 的自动化工作流工具,可以帮助开发者在代码仓库中实现各种自动化任务。Runner 则是负责...
Gitea Actions 实现了一个内置的 CI/CD 系统框架,兼容 GitHub Actions 的 YAML 工作流编排格式,兼容 GitHub Marketplace 中大部分现有的 Actions 插件。 系统由三部分组成: Gitea Actions 协议的定义和Golang实现 Actions Runner: 基于nektos/act实现的任务子系统 ...
类似于 GitHub Actions,Gitea Actions 同样包含了工作流(Workflow)、事件(Event)、任务(Job)、步骤(Step)、运行器(Runner)等几项重要的基本概念。 1.1 工作流 工作流是一个可配置的自动化过程。我们将本地写好的 Markdown 文件推送(push)到远程云服务器的 Gitea 仓库,触发后续 Markdown 向 HTML 页面的自动渲染...
本篇教程主要说明如何通过 Gitea 实现类似 GitHub Actions 那种自动部署功能,实现在主机上博客的更新和部署。 准备工作 需要在服务器上安装 Gitea,可以参考《使用 Docker 部署 Gitea 新一代的代码托管平台》一文部署; 需要在服务器上安装 Act Runner,可以参考《使用 Docker 部署 Gitea Actions 的 Runner》一文部署; ...
类似于 GitHub Actions,Gitea Actions 同样包含了工作流(Workflow)、事件(Event)、任务(Job)、步骤(Step)、运行器(Runner)等几项重要的基本概念。 1.1 工作流 工作流是一个可配置的自动化过程。我们将本地写好的 Markdown 文件推送(push)到远程云服务器的 Gitea 仓库,触发后续 Markdown 向 HTML 页面的自动渲染...