ci-images/README.md
Felipe M. f3b17948ee
Remove goreleaser-release and mattermost-plugin-release plugins
These plugins are no longer needed. Removes plugin Dockerfiles,
entrypoint scripts, CI workflows, example pipeline, and README references.
2026-04-07 10:29:00 +02:00

15 lines
481 B
Markdown

# CI Images
## Images
| Name | Description |
|------|-------------|
| [`ci-base`](images/ci-base/) [![ci-base](https://git.nakama.town/fmartingr/ci-images/actions/workflows/ci-base.yaml/badge.svg)](https://git.nakama.town/fmartingr/ci-images/actions?workflow=ci-base.yaml) | All-in-one base image for CI pipelines (Go, GoReleaser, Bun, Docker CLI) |
## Usage
Images are available from the Forgejo container registry:
```
git.nakama.town/fmartingr/ci-images/ci-base:latest
```