Central repo for reusable workflows.
Due to changes in Buildah 1.44, non-root builds currently fail. This might be a packaging problem or some other Buildah 1.44 change. See: - https://github.com/podman-container-tools/buildah/issues/6880 - https://github.com/podman-container-tools/buildah/issues/6890 - https://github.com/podman-container-tools/buildah/issues/6892 |
||
|---|---|---|
| .forgejo/workflows | ||
| README.md | ||
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/...