If you’re like me, you probably need to update your image tag to this new major version. I’ll probably wait for a minor release first.

  • chaospatterns@lemmy.world
    link
    fedilink
    English
    arrow-up
    11
    ·
    17 hours ago

    15.0 adds support for OIDC tokens being handed to Actions workflows compatible with GitHub Actions. I was excited to upgrade because I wanted to continue doing cosign Docker image signing, but then I found out that the Cosign transparency log doesn’t support Forgejo. Looks like I need an alternative.

    My next biggest problem is the Actions workflow itself. I setup Docker in Docker, but turns out there’s a bit of work in preparing the runners to be on par with what I used on GitHub.

    Otherwise, I’ve found Forgejo to be quite good and almost all my private repos are moved over.

    • Miaou@jlai.lu
      link
      fedilink
      English
      arrow-up
      2
      ·
      8 hours ago

      I tried to setup Forgejo CI but was turned off by the need to have nodejs installed to do anything, even cloning the repository. Does everyone just maintain their own images?

      Gitlab CI by comparison will let me you any image (e.g. basic rustc imagé) and do the orchestration by itself. So much nicer to use imo