Feature Preview: Gitea Actions - Blog

Mon Dec 19, 2022 by xinyu


This is a companion discussion topic for the original entry at https://blog.gitea.io/2022/12/feature-preview-gitea-actions/
1 Like

Can we have docker version of this alpha/beta version please?

1 Like

This is amazing :tada:, thank you for the detailed explanation and screenshots!

Would it be possible to ship this as an experimental feature with ENABLED = false as the default in app.ini, or are there other considerations keeping it out of releases for now?

Is the ultimate goal to include this with the Gitea binary, or will folks always need to run this separately and register it manually with your Gitea instance?

It’s now still an experiment feature when v1.19 was released. So it’s default disabled. Runners will not merge into Gitea itself.

1 Like

It’s on plan but not currerntly.

v1.19.0 is released , but still not work with helm install gitea. i can not see actions or runner options in gitea console

i have enabled this with a configmap

apiVersion: v1
kind: ConfigMap
metadata:
  name: gitea-app-ini-plaintext
  namespace: gitea
data:
  actions: |
    ENABLED=true