Update .github/workflows/cd.yml
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
parent
2e10ceee0e
commit
5fb550df5d
@@ -124,8 +124,8 @@ jobs:
|
||||
tags: ${{ steps.compute.outputs.ghcr_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 }}
|
||||
|
||||
- name: Build and push to Docker Hub
|
||||
if: github.repository == 'umami-software/umami'
|
||||
|
||||
Reference in New Issue
Block a user