chore: switch docker image source to gitea registry

This commit is contained in:
2026-03-03 09:23:57 +00:00
parent f98d75627d
commit 6f9533ec65
4 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ cp .env.example .env
Für ein neues Release den Tag in `.env` erhöhen, z. B.:
```dotenv
PDF_TO_ICS_IMAGE=ghcr.io/webfarben/pdf_to_ics:v1.2.2
PDF_TO_ICS_IMAGE=git.file-archive.de/webfarben/pdf_to_ics:v1.2.2
```
Danach `./update.sh` ausführen.