Rinomina secret da GITEA_TOKEN a REGISTRY_TOKEN
Build Docker Image for Raspberry Pi / build-and-push (push) Failing after 2m45s
Build Docker Image for Raspberry Pi / build-and-push (push) Failing after 2m45s
- Aggiornati workflow docker-build.yml e docker-cleanup.yml - Aggiornata guida SETUP_GITEA_TOKEN.md
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
||||
with:
|
||||
registry: gitea.home-nas-ds.org
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v4
|
||||
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
with:
|
||||
registry: gitea.home-nas-ds.org
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- name: Cleanup old development images
|
||||
run: |
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
- Clicca su **Settings** (icona ingranaggio)
|
||||
- Nel menu laterale: **Secrets** → **Actions**
|
||||
- Clicca su **Add Secret**
|
||||
- **Name:** `GITEA_TOKEN`
|
||||
- **Name:** `REGISTRY_TOKEN`
|
||||
- **Value:** [incolla il token copiato]
|
||||
- Clicca su **Add Secret**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user