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:21:50 +05:30 committed by GitHub
parent 2e10ceee0e
commit 5fb550df5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -124,8 +124,8 @@ jobs:
tags: ${{ steps.compute.outputs.ghcr_tags }} tags: ${{ steps.compute.outputs.ghcr_tags }}
build-args: | build-args: |
BASE_PATH=${{ matrix.base_path }} BASE_PATH=${{ matrix.base_path }}
cache-from: type=gha cache-from: type=gha,scope=${{ matrix.type }}
cache-to: type=gha,mode=max cache-to: type=gha,mode=max,scope=${{ matrix.type }}
- name: Build and push to Docker Hub - name: Build and push to Docker Hub
if: github.repository == 'umami-software/umami' if: github.repository == 'umami-software/umami'