[Fix] Rinominato secret da GITEA_TOKEN a REGISTRY_TOKEN
Build and Push Docker Images / Build Linux Container (push) Failing after 32s
Build and Push Docker Images / Build Windows Container (push) Has been cancelled
Build and Push Docker Images / Create Multi-Platform Manifest (push) Has been cancelled

- Gitea non permette secret che iniziano con GITEA_
- Cambiato nome in REGISTRY_TOKEN in tutti i file
- Aggiornata documentazione con il nuovo nome
- Aggiunta nota sulla limitazione dei nomi secret in Gitea
This commit is contained in:
2026-01-24 12:35:18 +01:00
parent 5b1d7d1ea2
commit 16075c10c1
3 changed files with 8 additions and 7 deletions
+2 -2
View File
@@ -90,7 +90,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: alessio
password: ${{ secrets.GITEA_TOKEN }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Extract metadata for Docker
id: meta
@@ -150,7 +150,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: alessio
password: ${{ secrets.GITEA_TOKEN }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Create and push manifest for main branch
if: github.ref == 'refs/heads/main'