chore: update URL to git
All checks were successful
Build Image for Deployment / build (push) Successful in 5m57s
All checks were successful
Build Image for Deployment / build (push) Successful in 5m57s
This commit is contained in:
parent
2002c824dd
commit
25e28f4f05
2 changed files with 3 additions and 8 deletions
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Login to gitea container registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.rabbithole.cyou
|
||||
registry: git.wir-sind-auch-menschen.de
|
||||
username: alice-bot
|
||||
password: ${{ secrets.GT_TOKEN }}
|
||||
|
||||
|
@ -26,4 +26,4 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: git.rabbithole.cyou/paravielfalt/mastodon:${{ gitea.ref_name }}
|
||||
tags: git.wir-sind-auch-menschen.de/paravielfalt/mastodon:${{ gitea.ref_name }}
|
||||
|
|
|
@ -4,16 +4,13 @@ Dieses Repository enthält den Quellcode für [paravielfalt.zone](https://paravi
|
|||
|
||||
Die Instanz basiert auf Mastodon und ist vom offiziellen Quellcode-Repository geforkt: <https://github.com/mastodon/mastodon>.
|
||||
|
||||
|
||||
## Änderungsübersicht
|
||||
|
||||
Gegenüber der Mastodon-Standardinstallation gibt es folgende Änderungen.
|
||||
|
||||
- Zeichenlimit von 500 auf 1500 Zeichen erhöht
|
||||
|
||||
|
||||
[Vollständige Liste aller Änderungen](https://git.rabbithole.cyou/paravielfalt/mastodon/compare/stable-4.1...paravielfalt-4.1).
|
||||
|
||||
[Vollständige Liste aller Änderungen](https://git.wir-sind-auch-menschen.de/paravielfalt/mastodon/compare/stable-4.1...paravielfalt-4.1).
|
||||
|
||||
## Neue Version bauen
|
||||
|
||||
|
@ -24,5 +21,3 @@ git tag v4.2.0-pvz$(date '+%y%m%d%H%M')
|
|||
```sh
|
||||
git push --tag
|
||||
```
|
||||
|
||||
Build in Drone aktzeptieren.
|
||||
|
|
Loading…
Reference in a new issue