Skip to content

Commit

Permalink
link to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrindt committed Sep 13, 2023
1 parent 2fe7d72 commit 6bd099a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
- 'main'
tags:
- 'v*'
pull_request:
branches:
- 'main'

jobs:
docker:
Expand Down
8 changes: 7 additions & 1 deletion docs/admin/deployment/docker/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ database, redis and some ssl-terminating webserver/proxy
to be set up. Also, static files need to be served by
a webserver from a common volume.

The image is available on the Github Container Registry.
The image is available on the Github Container Registry under
`ghcr.io/ephios-dev/ephios <https://github.com/ephios-dev/ephios/pkgs/container/ephios>`_.

The image is based on the official python image. Tags are ``main`` for the latest commit
on the main branch, ``latest`` for the latest release and ``v0.x.y`` for a specific
release.


Deployment with Docker Compose
------------------------------
Expand Down

0 comments on commit 6bd099a

Please sign in to comment.