diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 5d6116abd..7cdd90854 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -7,9 +7,6 @@ on: - 'main' tags: - 'v*' - pull_request: - branches: - - 'main' jobs: docker: diff --git a/docs/admin/deployment/docker/index.rst b/docs/admin/deployment/docker/index.rst index de32fe1dd..cd61a4548 100644 --- a/docs/admin/deployment/docker/index.rst +++ b/docs/admin/deployment/docker/index.rst @@ -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 `_. + +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 ------------------------------