fix: Usa GITHUB_TOKEN standard per autenticazione registry
Build Docker Image for Raspberry Pi / build-and-push (push) Failing after 22s
Build Docker Image for Raspberry Pi / build-and-push (push) Failing after 22s
- Sostituito GITEA_TOKEN con GITHUB_TOKEN (token standard Actions) - Username: github.repository_owner invece di github.actor - GITHUB_TOKEN è fornito automaticamente senza configurazione
This commit is contained in:
@@ -54,8 +54,8 @@ jobs:
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: gitea.home-nas-ds.org
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v4
|
||||
|
||||
Reference in New Issue
Block a user