fix: Usa REGISTRY_TOKEN configurato nei secrets
Build Docker Image for Raspberry Pi / build-and-push (push) Failing after 7m28s
Build Docker Image for Raspberry Pi / build-and-push (push) Failing after 7m28s
- Modificato da GITHUB_TOKEN a REGISTRY_TOKEN - Usa il token manuale creato nelle impostazioni del repository
This commit is contained in:
@@ -55,7 +55,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: gitea.home-nas-ds.org
|
registry: gitea.home-nas-ds.org
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user