Collection of container images that can be used for CI stuff or as base for more specific images.
|
||
---|---|---|
.forgejo/workflows | ||
forgejo-ci-basic | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
README.md |
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.