From 7b2d234ea5e2bce22e9ceae07f1e33ca077ee7d0 Mon Sep 17 00:00:00 2001 From: Bernd Storath <999999bst@gmail.com> Date: Thu, 25 Sep 2025 15:13:33 +0200 Subject: [PATCH] add link to codeberg registry --- docs/content/getting-started.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/content/getting-started.md b/docs/content/getting-started.md index a797291b..c1d2a451 100644 --- a/docs/content/getting-started.md +++ b/docs/content/getting-started.md @@ -38,6 +38,7 @@ If you're using podman, make sure to read the related [documentation][docs-podma To understand which tags you should use, read this section carefully. [Our CI][github-ci] will automatically build, test and push new images to the following container registry: 1. GitHub Container Registry ([`ghcr.io/wg-easy/wg-easy`][ghcr-image]) +2. Codeberg Container Registry ([`codeberg.org/wg-easy/wg-easy`][codeberg-image]) (IPv6 support) All workflows are using the tagging convention listed below. It is subsequently applied to all images. @@ -50,12 +51,13 @@ All workflows are using the tagging convention listed below. It is subsequently | `edge` | push to `master` | `ghcr.io/wg-easy/wg-easy:edge` | mostly unstable, gets frequent package and code updates | | `development` | pull requests | `ghcr.io/wg-easy/wg-easy:development` | used for development, testing code from PRs | - + When publishing a tag we follow the [Semantic Versioning][semver] specification. The `latest` tag is always pointing to the latest stable release. If you want to avoid breaking changes, use the major version tag (e.g. `15`). [github-ci]: https://github.com/wg-easy/wg-easy/actions [ghcr-image]: https://github.com/wg-easy/wg-easy/pkgs/container/wg-easy +[codeberg-image]: https://codeberg.org/wg-easy/-/packages/container/wg-easy/15 [semver]: https://semver.org/ ### Follow tutorials