diff --git a/.gitea/workflows/docker-build.yml b/.gitea/workflows/docker-build.yml index 4938bea..aa2bfdb 100644 --- a/.gitea/workflows/docker-build.yml +++ b/.gitea/workflows/docker-build.yml @@ -194,8 +194,8 @@ jobs: manticorum67/major-domo-discordapp:latest manticorum67/major-domo-discordapp:v${{ steps.meta.outputs.version }} manticorum67/major-domo-discordapp:${{ steps.meta.outputs.version_sha }} - cache-from: type=gha - cache-to: type=gha,mode=max + cache-from: type=registry,ref=manticorum67/major-domo-discordapp:buildcache + cache-to: type=registry,ref=manticorum67/major-domo-discordapp:buildcache,mode=max # ============================================== # 7. BUILD SUMMARY @@ -368,8 +368,8 @@ jobs: # - Check webhook still exists in Discord channel settings # # 4. Build cache not working -# - GitHub Actions cache is stored per repository -# - Cache is shared across branches -# - May need to clear cache if corrupted +# - Uses registry-based caching (pushes cache layers to Docker Hub) +# - Requires Docker Hub login to read/write cache +# - To clear cache: delete the buildcache tag on Docker Hub # # ==============================================