Skip to content

Commit

Permalink
Fix new docker repo
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Jan 27, 2025
1 parent 3df0972 commit a76222d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions website/site/content/docs/dev/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions website/site/content/docs/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a76222d

Please sign in to comment.