Merge branch 'develop' into fix-signup-captcha

This commit is contained in:
Sivin Varghese
2025-11-13 21:54:07 +05:30
committed by GitHub
+2 -2
View File
@@ -36,5 +36,5 @@ jobs:
platforms: ${{ matrix.platform }}
push: false
load: false
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=gha,scope=${{ matrix.platform }}
cache-to: type=gha,mode=max,scope=${{ matrix.platform }}