Collection of container images that can be used for CI stuff or as base for more specific images.
Find a file
plustik af06fdc721
All checks were successful
/ publish (push) Successful in 3m24s
fix: add missing packages
2025-02-14 10:39:31 +01:00
.forgejo/workflows fix: add missing packages 2025-02-14 10:39:31 +01:00
forgejo-ci-basic fix: add missing packages 2025-02-14 10:39:31 +01:00
flake.lock fix: add missing packages 2025-02-14 10:39:31 +01:00
flake.nix fix: add missing packages 2025-02-14 10:39:31 +01:00
LICENSE Initial commit 2025-01-25 23:36:26 +01:00
README.md feat(forgejo-ci-basic): add image and publish-workflow 2025-01-27 23:36:38 +01:00

Basic Container Images

Collection of container images that can be used for CI stuff or as base for more specific images.

CI

The CI is implemented using workflows run by Forgejo Action Runners.

The workflow publish builds the images in this repository and publishes them to the package registry of the repos home Forgejo-instance.

Setup

To setup the CI on a Forgejo instance, create an access token for a user with write permissions on the package registry. Add the secrets FORGEJO_PACKAGE_REGISTRY_USERNAME and FORGEJO_PACKAGE_REGISTRY_ACCESS_TOKEN containing the users name and the created access token in the actions settings of the repository.