fix: remove GitHub Actions cache from Docker build
Build and Deploy to Synology NAS / test (push) Successful in 53m28s
Build and Deploy to Synology NAS / build (push) Failing after 1h47m19s
Build and Deploy to Synology NAS / deploy (push) Has been skipped
Build and Deploy to Synology NAS / notify (push) Failing after 2m5s
Build and Deploy to Synology NAS / test (push) Successful in 53m28s
Build and Deploy to Synology NAS / build (push) Failing after 1h47m19s
Build and Deploy to Synology NAS / deploy (push) Has been skipped
Build and Deploy to Synology NAS / notify (push) Failing after 2m5s
- Removed cache-from and cache-to from Docker build step - GitHub Actions cache (gha) causes timeout errors in Gitea Actions - Build will be slower but more reliable 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -117,8 +117,6 @@ jobs:
|
||||
push: false
|
||||
load: true
|
||||
tags: ${{ env.DOCKER_IMAGE }}:${{ steps.docker_tag.outputs.tag }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
- name: Save Docker Image
|
||||
if: ${{ steps.validate.outputs.valid == 'true' }}
|
||||
|
||||
Reference in New Issue
Block a user