Update .github/workflows/cd.yml

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Yash 2026-01-29 00:22:00 +05:30 committed by GitHub
parent 5fb550df5d
commit 1fa9c9dae1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,5 +137,5 @@ jobs:
tags: ${{ steps.compute.outputs.docker_tags }}
build-args: |
BASE_PATH=${{ matrix.base_path }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=gha,scope=${{ matrix.type }}
cache-to: type=gha,mode=max,scope=${{ matrix.type }}