From a76222d6593b1d138d9cdd42a12c379a95e2399a Mon Sep 17 00:00:00 2001 From: eikek Date: Mon, 27 Jan 2025 11:01:23 +0100 Subject: [PATCH] Fix new docker repo --- website/site/content/docs/dev/development.md | 5 ++--- website/site/content/docs/install/docker.md | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/website/site/content/docs/dev/development.md b/website/site/content/docs/dev/development.md index 5316603b45..4fc6210dd8 100644 --- a/website/site/content/docs/dev/development.md +++ b/website/site/content/docs/dev/development.md @@ -292,9 +292,8 @@ is roughly like this: doesn't allow to create a release without a tag. So this tag moves (and is not really a tag then…). After the prerelease is created, the docker images are built and pushed to docker hub into the - [docspell](https://hub.docker.com/u/docspell) organization. The - docker images are also tagged with `nightly` at docker hub. This is - all done via the `realease-nightly.yml` workflow. + [docspell](https://github.com/orgs/docspell/packages) organization. + This repository will run after a release to build the images. - A stable release is started by pushing a tag with pattern `v*` to github. This triggers the `release.yml` workflow which builds the packages and creates a release in *draft mode*. The `sbt ci` task diff --git a/website/site/content/docs/install/docker.md b/website/site/content/docs/install/docker.md index e0b8c38858..6033244c09 100644 --- a/website/site/content/docs/install/docker.md +++ b/website/site/content/docs/install/docker.md @@ -5,8 +5,8 @@ weight = 20 # Docker Images -The docker images are at -[hub.docker.com](https://hub.docker.com/u/docspell). The `latest` tag +The docker images are at the docspell organization at +[GitHub](https://github.com/orgs/docspell/packages). The `latest` tag always points to the latest *release*. The releases are also tagged with their respective version number. Additionally, there are images tagged with `nightly` which are built from the `master` branch.