Usa GITEA_TOKEN secret per autenticazione Container Registry
Build Docker Image for Raspberry Pi / build-and-push (push) Failing after 34s

- Modificato docker-build.yml e docker-cleanup.yml
- Il token automatico github.token non ha permessi sufficienti
- Aggiunta guida SETUP_GITEA_TOKEN.md per configurazione
This commit is contained in:
Pi Developer
2026-01-25 15:33:17 +01:00
parent bfc7c21559
commit 9d6e3b31f0
3 changed files with 60 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
with:
registry: gitea.home-nas-ds.org
username: ${{ github.actor }}
password: ${{ github.token }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Cleanup old development images
run: |