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 daemon I get the following error: INFO[2024-11-24T05:58:45Z] Starting runner daemon ERRO[2024-11-24T05:58:...
INFO Enter the Gitea instance URL (for example, https://gitea.com/): http://192.168.8.8:3000/ INFO Enter the runner token: fe884e8027dc292970d4e0303fe82b14xxxxxxxx INFO Enter the runner name (if set empty, use hostname: Test.local): INFO Enter the runner labels, leave blank to use...
启动Runner ./act_runner daemon 在对应的存储库的设置, 高级设置中启用Actions name:Gitea Actions Demorun-name:${{gitea.actor}}is testing out Gitea Actions 🚀on:[push]jobs:Explore-Gitea-Actions:runs-on:ubuntu-lateststeps:-run:echo "🎉 The job was automatically triggered by a ${{gitea.event...
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 sometimes running for 3 minutes, causing these timeout issues. I changed ...
Gitea Version 1.21.10 built with GNU Make 4.4.1, go1.21.8 Can you reproduce the bug on the Gitea demo site? No Log Gist N/A: does not concern Gitea but Gitea Actions and, more specifically, the runner Screenshots No response Git Version ...
Description Overview Version All my services are on Docker. Gitea Instance: gitea/gitea:1.22.1, name: gitea, port: 3000 Act_runner Instance: gitea/act_runner:0.2.10, name: gitea-runner, port: 9040(for cache server) Job Container: cattheh...
Feature Description My idea is to add a Ephemeral field to the database structure of the Runner when the Ephemeral field is true let FetchTask return no task without error if the assigned task is in progress when the Ephemeral field is t...
2、download gite and act_runner from another server with a network, docker load them ; 3、run 4、docker network agents 5、installation and configuration is complete 6、create “demo.yaml” 7、 did not run after push Gitea Version 1.21.7 ...
GITEA_ACT_RUNNER_VERSION: nightly fail-fast: true runs-on: ubuntu-latest # https://github.com/actions/runner-images#available-images timeout-minutes: 30 steps: - name: Show environment variables - name: "Show: GitHub context" env: GITHUB_CONTEXT: ${{ toJSON(github) }} run: echo $GIT...
vegardit/gitea-act-runner What is it? Usage License What is it? debian:stable-slimbased Docker image containingGitea'sact_runner Why not using Alpine Linux? Usage The docker image comes in three flavors: vegardit/gitea-act-runner:latest: only contains the Gitea act_runner and executes workflo...