• v0.2.0 bfeb2d3478

    v0.2.0
    All checks were successful
    Tests / test (push) Successful in 16s
    Build and Push Docker Image / test (push) Successful in 16s
    Build and Push Docker Image / build-and-push (push) Successful in 39s
    Stable

    patillacode released this 2026-04-09 13:31:14 +02:00 | 1 commits to main since this release

    Rework CI workflows to use catthehacker/ubuntu runner and standard GitHub Actions,
    fixing Docker image publishing to the Forgejo container registry.

    Changes

    • Fix Docker image not being published due to missing permissions: packages: write
    • Switch from manual git clone + docker CLI to standard actions (checkout, login, build-push)
    • Add separate test.yml workflow that runs on every push and PR to main
    • Gate the Docker build on tests passing via needs: test
    • Add just pr recipe to print the develop → main PR URL
    • Add just release recipe with branch, cleanliness, and tag validation
    • Rename development branch to develop
    Downloads