Central repo for reusable workflows.
Find a file
2026-03-09 19:37:26 +01:00
.forgejo/workflows Add a reusable workflow for container builds using Buildah 2026-03-09 19:37:26 +01:00
README.md Add a reusable workflow for Arch Linux packages based on my GitLab CI variant. 2025-05-21 18:25:52 +02:00

workflows

Central repo for reusable workflows.

To somewhat test them locally, the Forgejo Runner can be used:

podman run --rm --userns=keep-id \
  -v "${XDG_RUNTIME_DIR}"/podman/podman.sock:/var/run/docker.sock \
  -v ./:/workspace code.forgejo.org/forgejo/runner:6.3.1 \
  forgejo-runner exec --container-daemon-socket "${XDG_RUNTIME_DIR}"/podman/podman.sock \
    --image ... \
    --workflows /workspace/.forgejo/workflows/...