move to public repo + public docker registry

This commit is contained in:
Marcel Beyer 2025-09-01 08:44:12 +02:00
parent d87f7e9b3d
commit 9005f77233

View File

@ -14,6 +14,6 @@ Es wird beispielsweise ein Webserver benötigt, welcher die statischen Assets au
## Push new version
1. Login: `docker login git.disqu.de` (use token, if you have 2FA enabled)
2. Build the container: `docker build -t git.disqu.de/disquinternal/sogo:202508310650 .`
3. Push it to the registry: `docker push git.disqu.de/disquinternal/sogo:202508310650`
2. Build the container: `docker build -t git.disqu.de/public/sogocontainer:202508310650 .`
3. Push it to the registry: `docker push git.disqu.de/public/sogocontainer:202508310650`
4. See the image in Gitea