fix: Usa credenziali automatiche Gitea Actions per 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 DOCKER_USERNAME/PASSWORD con github.actor/GITEA_TOKEN - Il token GITEA_TOKEN è fornito automaticamente dalle Actions - Non richiede configurazione manuale dei secrets
This commit is contained in:
@@ -54,8 +54,8 @@ jobs:
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: gitea.home-nas-ds.org
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v4
|
||||
|
||||
Reference in New Issue
Block a user