Rimossa cache GHA incompatibile con Gitea Actions
Build Docker Image for Raspberry Pi / build-and-push (push) Failing after 7m20s

- Rimosse opzioni cache-from e cache-to type=gha
- GitHub Actions Cache non supportata da Gitea Actions
- Risolve errore 'dial tcp 172.16.8.2:36207: i/o timeout'
- Build ora procede senza cache (più lento ma funzionante)
- Possibile ottimizzazione futura: cache locale o registry
This commit is contained in:
Pi Developer
2026-01-31 16:42:49 +01:00
parent 75d91ddb07
commit d96eba8f6c
-2
View File
@@ -73,8 +73,6 @@ jobs:
BUILD_DATE=${{ github.event.repository.updated_at }} BUILD_DATE=${{ github.event.repository.updated_at }}
VERSION=${{ steps.meta.outputs.version }} VERSION=${{ steps.meta.outputs.version }}
VCS_REF=${{ github.sha }} VCS_REF=${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Image digest - name: Image digest
run: echo ${{ steps.meta.outputs.tags }} run: echo ${{ steps.meta.outputs.tags }}