docker pull gitea/act_runner:0.2.11 创建安装目录,这里是 /data/gitea-runner ,然后进入目录创建docker-compose.yaml,内容如下: 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....
😂 即使用到了 nuget 私服,基本上也是手动打包的,CI 工具基本都是用到 api 项目。于是想结合 gitea 的 CI 工具 act runner 试用一下minver,minver 是一个使用 git tag 来给类库打版本号的工具。 环境:Windows + WSL2 Windows 作为代码开发环境,gitea 和 act runner 运行在 WSL(Ubuntu-22.04) 中。Ubuntu...
version:"3.8"services:runner:image:gitea/act_runnerrestart:alwaysprivileged:trueenvironment:CONFIG_FILE:/config.yamlGITEA_INSTANCE_URL:"gitea访问地址"GITEA_RUNNER_REGISTRATION_TOKEN:"第二步的Token"GITEA_RUNNER_NAME:"自定义Runner的名称用于显示"GITEA_RUNNER_LABELS:"暂时不建议修改"DOCKER_HOST:unix:///va...
gitea/act_runner:0.1.6 2.使用Docker Compose部署 在Gitea的 Docker Compose 文件后追加 ...gitea:image:gitea/gitea...runner:image:gitea/act_runnerrestart:alwaysdepends_on:-giteavolumes:-./data/act_runner:/data-/var/run/docker.sock:/var/run/docker.sockenvironment:-GITEA_INSTANCE_URL=<instanceurl...
Docker image based on debian:stable-slim to run Gitea's act_runner as a Docker container - Workflow runs · vegardit/docker-gitea-act-runner
docker run \ -d \ --restart=unless-stopped \ -e GITEA_INSTANCE_URL=https://git.example.cn \ -e GITEA_RUNNER_NAME="df-gitea-ci-runner" \ -e GITEA_RUNNER_REGISTRATION_TOKEN=<TOKEN> \ --name gitea_act_runner \ --privileged \ -v /var/run/docker.sock:/var/run/docker.sock \ -v...
Description Often, when having multiple CI running using act_runner (on another server) and gitea actions, docker image uploads get stuck, returns a 504 Gateway time out (using an nginx reverse proxy), logs shows database updates sometim...
Gitea 使用act runner来执行具体的工作流任务,act runner 可通过下述三种方式进行部署: 直接下载预构建的二进制可执行文件 从源码进行构建 使用docker 镜像 本文采用第一种方式,并将其部署到与 Gitea 相同的物理机上(也可部署到不同物理机上)。 2.2.1 安装 ...
Update pip related commands for docker (#31106) (#31111)1.22.0 - 2024-05-27This release stands as a monumental milestone in our development journey with a record-breaking incorporation of 1528 pull requests. It marks the most extensive update in Gitea's history, showcasing a plethora of ne...
Update pip related commands for docker (#31106) (#31111)1.22.0 - 2024-05-27This release stands as a monumental milestone in our development journey with a record-breaking incorporation of 1528 pull requests. It marks the most extensive update in Gitea's history, showcasing a plethora of ne...