[Fix] Correzione registry Gitea Actions
Build and Push Docker Images / Build Linux Container (push) Failing after 29s
Build and Push Docker Images / Create Multi-Platform Manifest (push) Has been cancelled
Build and Push Docker Images / Build Windows Container (push) Has been cancelled

- Aggiornato registry da gitea.com a gitea.home-nas-ds.org
- Gitea non ha un registry centralizzato pubblico come GitHub
- Configurato per usare istanza self-hosted con Container Registry
- Aggiornata documentazione con istruzioni corrette
- Aggiunte note su configurazione registry e alternative
This commit is contained in:
2026-01-24 12:30:18 +01:00
parent 4b27c6a11d
commit c74a00511c
4 changed files with 31 additions and 24 deletions
+2 -2
View File
@@ -378,8 +378,8 @@
#### Gitea Actions (`.gitea/workflows/docker-build.yml`)
- **Stessa configurazione** di GitHub Actions
- **Registry**: Gitea Container Registry (`gitea.com`)
- **Supporto**: Istanze Gitea self-hosted
- **Registry**: Gitea Container Registry (`gitea.home-nas-ds.org`)
- **Supporto**: Istanza Gitea self-hosted con registry abilitato
- **Setup**: Richiede secret `GITEA_TOKEN` con permessi `write:packages`
- **Documentazione**: `.gitea/workflows/README.md`