ci(docker): optimize CI build caching

This commit is contained in:
Sony Mathew
2026-06-17 12:31:04 +05:30
parent fe6368b42e
commit af9b81afc9
6 changed files with 34 additions and 10 deletions
+6 -2
View File
@@ -39,5 +39,9 @@ jobs:
platforms: ${{ matrix.platform }}
push: false
load: false
cache-from: type=gha,scope=${{ matrix.platform }}
cache-to: type=gha,mode=max,scope=${{ matrix.platform }}
build-args: |
GIT_SHA=${{ github.sha }}
cache-from: |
type=gha,scope=${{ matrix.platform }}
type=gha,scope=${{ matrix.platform }}-ce
type=gha,scope=${{ matrix.platform }}-ee