You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Django Application for managing Jacobs University Bremen Alumni Members.
6
6
@@ -91,9 +91,9 @@ See the Configuration sections of the appropriate settings to configure.
91
91
### Deployment via Docker
92
92
93
93
It is also possible to deploy this application via [Docker](https://www.docker.com/).
94
-
This repository is automatically built as a [GitHub Package](https://github.com/users/jacobsalumni/packages/container/package/membermanagement) for every push on the main and prod branches.
95
-
- for the `main` branch, use `ghcr.io/jacobsalumni/membermanagement:latest`
96
-
- for the `prod` branch, use `ghcr.io/jacobsalumni/membermanagement:prod`
94
+
This repository is automatically built as a [GitHub Package](https://github.com/users/beyondthepond/packages/container/package/membermanagement) for every push on the main and prod branches.
95
+
- for the `main` branch, use `ghcr.io/beyondthepond/membermanagement:latest`
96
+
- for the `prod` branch, use `ghcr.io/beyondthepond/membermanagement:prod`
97
97
98
98
For Docker purposes the configuration file `MemberManagement/docker_settings.py` is used.
0 commit comments